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

Remove references to deprecated django.utils.baseconv #723

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

theunraveler
Copy link
Contributor

Django has deprecated the django.utils.baseconv module in Django 4.0 and it will be removed in Django 5.0 (https://code.djangoproject.com/ticket/32712). The base62 stuff has been reimplemented in django.core.signing. This PR uses the latter if it's available, and falls back to the former, so it should be backwards compatible.

@nurettin
Copy link
Contributor

@Koed00 this tiny merge is important. Could you please help?

@GDay
Copy link
Collaborator

GDay commented Oct 21, 2023

@nurettin You can use django-q2 (a fork of this repo) which has this issue fixed and has support for python 12 and Django 5.0.x.

This repo has been unmaintained for a long time.

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

Successfully merging this pull request may close these issues.

None yet

3 participants