issues
search
nshafer
/
django-hashid-field
Django Model Field that uses Hashids to obscure the value
MIT License
370
stars
40
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
django admin error with version 5.0.2
#88
hosamhamdy258
closed
7 months ago
1
App config doc
#87
btimby
closed
7 months ago
0
Negative ID
#86
iamMHZ
closed
10 months ago
1
Please upgrade to Django 5.0
#85
khamaileon
closed
10 months ago
3
hashID issue on django-admin -> quote/unquote
#84
areski
closed
7 months ago
2
Add real contains/icontains lookup
#83
chunkai-meng
closed
1 year ago
1
python-hashids is replaced by python-sqids
#82
gabn88
closed
7 months ago
3
Using GenericRelation with prefetch_related
#81
CleitonDeLima
closed
7 months ago
0
Django Ninja returning int
#80
aleksisg
closed
7 months ago
1
DRF-Spectacular schema(openapi) generation warnings
#79
adinhodovic
closed
1 year ago
1
field.id doesn't work for templates
#78
joshuakoh1
closed
1 year ago
1
Add logic to in lookup to select only the PK on subqueries
#77
camuthig
closed
7 months ago
1
Add lookup name to iterable lookup
#76
camuthig
closed
7 months ago
4
Add option to encode when reading
#75
ThomasAitken
closed
7 months ago
2
Int lookup passed as string finds object on a field with a prefix when allow_int_lookup=False
#74
AgiNetz
closed
2 years ago
1
Extraction of original integer ID from queryset
#73
Klim314
closed
2 years ago
1
Hashid value changes after saving instance
#72
radokristof
closed
2 years ago
3
Include internal hashid state into the picking state
#71
svartalf
closed
2 years ago
3
HashidSerializerCharField returns the non formatted message "'%(value)s' value must be a positive integer or a valid Hashids string."
#70
yuu-eguci
closed
2 years ago
2
`enable_hashid_object=False` breaks Django admin?
#69
ckcollab
closed
2 years ago
15
Migrate CI to GitHub actions
#68
browniebroke
closed
2 years ago
1
AutoField or IntegerField
#67
bodgerbarnett
closed
3 years ago
2
All numeric encoded hashids being treated as natural IDs
#66
afshelley
closed
3 years ago
7
Serializer accepts int parameter although allow int lookup is false
#65
frossigneux
closed
3 years ago
2
Using get_object_or_404 with django-hashid-field
#64
thomascenni
closed
3 years ago
3
Django: Instantiated objects in TestCase.setUpTestData() that use HashidAutoField get a different pk in the test methods
#63
dmasson
closed
3 years ago
15
`icontains` filtering is not working
#62
Arti3DPlayer
closed
3 years ago
4
values_list return string insted of HASHID object
#61
Arti3DPlayer
closed
3 years ago
1
Reduced alphabet size when initializing a Hashid object and the `hashids` argument is not None
#60
sgex
closed
3 years ago
1
Filtering by hash id lookup
#59
jcobacho
closed
3 years ago
1
Fix int lookup
#58
frossigneux
closed
3 years ago
1
Security issue on lookup using strings
#57
frossigneux
closed
3 years ago
0
Adds support for optional string prefix to hashid
#56
bjmc
closed
3 years ago
1
Not working when using cacheops
#55
aztecrabbit
closed
3 years ago
1
Prevent empty strings as default
#54
jackton1
closed
3 years ago
0
Update the field description
#53
jackton1
closed
3 years ago
0
Migrations and existing data
#52
sjdweb
closed
3 years ago
2
Salt only uses first 43 characters
#51
coofercat
closed
3 years ago
1
HashID value changes every time I restart dev server
#50
ghost
closed
4 years ago
0
implement optional prefix to the field
#49
toudi
closed
3 years ago
6
Using invalid hashid on related field throws ValueError even with HASHID_FIELD_LOOKUP_EXCEPTION=False
#48
rvdrijst
closed
3 years ago
1
Salt based on foreign_key
#47
epschroeder
closed
4 years ago
1
Using hashids with GenericRelations and allow_int_lookup=False
#46
jskitz
closed
4 years ago
2
The values_list and tight coupling to the database
#45
jskitz
closed
4 years ago
3
Alphabet must contain at least 16 unique characters
#44
wowkin2
closed
3 years ago
2
HashidAutoField auto-increments just like an AutoField
#43
v10s
closed
4 years ago
2
Add Django path converter for HashID
#42
wowkin2
closed
7 months ago
1
Error when deleting object - can't adapt type 'Hashid'
#41
GottfriedCP
closed
3 years ago
4
Cache the hashids object.
#40
alexkiro
closed
4 years ago
2
subquery has too many columns
#39
wowkin2
closed
4 years ago
0
Next