django-q
django-q copied to clipboard
Django 5 deprecation warning
from console output:
site-packages/django_q/core_signing.py:9: RemovedInDjango50Warning: The django.utils.baseconv module is deprecated.
from django.utils import baseconv
PR here: https://github.com/Koed00/django-q/pull/723