Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python-hashids is being depreciated in favor of python-sqids #36

Open
gabn88 opened this issue Sep 6, 2023 · 2 comments
Open

Python-hashids is being depreciated in favor of python-sqids #36

gabn88 opened this issue Sep 6, 2023 · 2 comments

Comments

@gabn88
Copy link

gabn88 commented Sep 6, 2023

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.

@ericls
Copy link
Owner

ericls commented Sep 6, 2023

Thanks for the heads up. That's a good suggestion, I'll look into it later.

@julianwachholz
Copy link

julianwachholz commented Jan 28, 2024

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants