You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although this happened very recently I wanted to open this issue to discuss the path forward for the django-hashids package.
What are your thoughts on this?
I'm in favor of making the default "hashid" library used a setting, for example: "HASHID_LIBRARY_USED", which can be hashids or sqids or something else.
The text was updated successfully, but these errors were encountered:
@gabn88 thank you for bringing this new library to my attention. I've always preferred this project over the alternative (django-hashid-field) so I went ahead and forked this project and adapted it to Sqids: https://github.com/julianwachholz/django-sqids - feel free to check it out :)
The old hashids package is replaced by sqids (https://sqids.org/python).
Although this happened very recently I wanted to open this issue to discuss the path forward for the django-hashids package.
What are your thoughts on this?
I'm in favor of making the default "hashid" library used a setting, for example: "HASHID_LIBRARY_USED", which can be hashids or sqids or something else.
The text was updated successfully, but these errors were encountered: