pinax-templates icon indicating copy to clipboard operation
pinax-templates copied to clipboard

Django 4

Open HenryMehta opened this issue 2 years ago • 1 comments

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

HenryMehta avatar May 17 '22 09:05 HenryMehta

Feel free to raise a PR against this repo and I will process it

uhurusurfa avatar Apr 13 '23 14:04 uhurusurfa