-
-
Notifications
You must be signed in to change notification settings - Fork 205
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.1 support? #383
Comments
Any Update on this ? |
The workaround for now is to install it directly from GitHub. It seems to works with Django 4.1 If using pipenv:
|
Any progress on this? |
When using the Git Repo, everything works but not when installing the PyPi Package. poetry add git+https://github.com/jazzband/django-newsletter.git |
Throwing it out there that I've just released a package to replace this one called django-mailinglist; it is fully django 4+ compliant! |
Developing a new Django site, going to give this a try. Thanks |
Wow, this error not resolves! Maybe @jazzband-bot need change the responsibility in this project not? |
Hi,
The latest version of django-newsletter doesn't work with Django 4.1.
I got this error:
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'
I fixed it by replacing deprecated ugettext_lazy to gettext_lazy, but got another error which I don't know how to fix:
ImportError: Module "compressor.finders" does not define a "CompressorFinder" attribute/class
The text was updated successfully, but these errors were encountered: