Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

Remove references to deprecated `django.utils.baseconv` #723

Open theunraveler opened 1 year ago

theunraveler commented 1 year ago

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 commented 11 months ago

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

GDay commented 11 months ago

@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.