You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current master creates the following error in Django 4.
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' (/home/henry/Documents/Sites/patch/env/lib/python3.8/site-packages/django/utils/translation/__init__.py)
ugettext_lazy has been removed and needs to be replaced with gettext_lazy.
I have forked a running version here https://github.com/HenryMehta/pinax-templates which you should be able to install with pip install git+https://github.com/HenryMehta/pinax-templates
The text was updated successfully, but these errors were encountered:
The current master creates the following error in Django 4.
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' (/home/henry/Documents/Sites/patch/env/lib/python3.8/site-packages/django/utils/translation/__init__.py)
ugettext_lazy
has been removed and needs to be replaced withgettext_lazy
.I have forked a running version here https://github.com/HenryMehta/pinax-templates which you should be able to install with
pip install git+https://github.com/HenryMehta/pinax-templates
The text was updated successfully, but these errors were encountered: