Open
Description
Hi,
I don't know if people running Django 4.0 will be using django-celery
but I had to make some fixes to djcelery
in order to get it working.
I had to delete the u
from:
ugettext
to justgettext
ugettext_lazy
to justgettext_lazy
ungettext
to usengettext
and then import itas ungettext
to leave the rest of the code "reasonably unchanged".
Lastly I changed the force_unicode
(force_text
) import to import force_str as force_text
The files affected I think were:
- djcelery/admin.py
- djcelery/humanize.py
- djcelery/models.py
- djcelery/picklefield.py
It imports correctly now but I can keep you posted on if it breaks!
Metadata
Metadata
Assignees
Labels
No labels