Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 4 #17

Open
HenryMehta opened this issue May 17, 2022 · 1 comment
Open

Django 4 #17

HenryMehta opened this issue May 17, 2022 · 1 comment
Labels

Comments

@HenryMehta
Copy link
Contributor

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 HenryMehta added the bug label May 17, 2022
@uhurusurfa
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants