django-q icon indicating copy to clipboard operation
django-q copied to clipboard

Django 5 deprecation warning

Open znotdead opened this issue 3 years ago • 1 comments

from console output:

site-packages/django_q/core_signing.py:9: RemovedInDjango50Warning: The django.utils.baseconv module is deprecated.
  from django.utils import baseconv

znotdead avatar Jan 25 '22 23:01 znotdead

PR here: https://github.com/Koed00/django-q/pull/723

theunraveler avatar Apr 06 '23 17:04 theunraveler