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
Need to support gt operator to iterate by chunks
#38
frossigneux
closed
4 years ago
4
Add django 3, remove python 2.7
#37
hhamana
closed
4 years ago
1
Django 3.0 support
#36
hhamana
closed
4 years ago
1
Remove Python 2.7 support
#35
pauloxnet
closed
4 years ago
1
Is it possible to set some of the ids manually?
#34
rootux
closed
5 years ago
1
Error using collector method
#33
gregoriopellegrino
closed
3 years ago
3
Should not limit maximum version of Django
#32
eseglem
closed
5 years ago
3
Automatic Per-Model/Field Salt
#31
rcoup
closed
3 years ago
5
fix the if condition so we test value is non-Null, otherwise fails if…
#30
lee-hodg
closed
6 years ago
0
Lookups fail for autofield when the base id is zero
#29
lee-hodg
closed
6 years ago
1
Fix RemovedInDjango30Warning on Django 2.0+
#28
adamchainz
closed
6 years ago
0
Fix RemovedInDjango30Warning from Django 2.0+
#27
adamchainz
closed
6 years ago
5
ModuleNotFoundError when installing package from github
#26
didoarellano
closed
6 years ago
1
Using hashid-field on third party models
#25
ivanfr90
closed
6 years ago
3
Bump up django version
#24
adam-tokarski
closed
6 years ago
1
Clarify readme about searching in the admin
#23
nwolff
closed
6 years ago
1
[WIP]PY3
#22
utkbansal
closed
6 years ago
0
Add ability to have a per-model prefix
#21
PawelDecowski
closed
3 years ago
7
Bump to support Django 2.0
#20
pmn
closed
6 years ago
1
IntegrityError for ForeignKey in DRF Request POST
#19
dariuske
closed
6 years ago
6
Add pickling + int/long equality
#18
olegpesok
closed
6 years ago
4
Shouldn't invalid hashid throw a DoesNotExist instead of a TypeError
#17
Mactory
closed
7 years ago
5
Multiple search_fields in Django admin causes TypeError exception
#16
berezovskyi-oleksandr
closed
7 years ago
2
What's the best way of handling these in forms.
#15
tolomea
closed
6 years ago
2
Comparing to strings
#14
tolomea
closed
7 years ago
8
Searching for hashid's with the ModelAdmin's 'search_fields' feature?
#13
Bartvds
closed
7 years ago
13
HashidAutoField and REST post requests
#12
oliverbienert
closed
7 years ago
1
Object of type 'Hashid' is not JSON serializable
#11
Bartvds
closed
4 years ago
7
TypeError when primary key is an OneToOneField
#10
OskarPersson
closed
7 years ago
4
Allow Hashid to be typecast as int
#9
kolanos
closed
7 years ago
1
Fix Django 1.11.2 None-descriptor bug
#8
wlonk
closed
7 years ago
4
HashidAutoField error when using get_or_create shortcut
#7
bratomes
closed
7 years ago
1
Substitute a CharField with a HashidAutoField
#6
bluesurfer
closed
7 years ago
1
Error in HashidAutoField example in readme?
#5
Bartvds
closed
7 years ago
1
Not clear on how to serialize a ForeignKey to a model using HashidAutoField
#4
pembo13
closed
7 years ago
3
Usage with generic views
#3
guillaumervls
closed
7 years ago
2
Fixtures error
#2
Jastrzebowski
closed
7 years ago
2
Is it safe to use SECRET_KEY as the salt?
#1
fjsj
closed
7 years ago
2
Previous