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.x support #1309

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Django 4.x support #1309

wants to merge 2 commits into from

Conversation

gagamil
Copy link

@gagamil gagamil commented May 13, 2022

Django 4.x has some changes that brake the django-uwsgi library.

Mainly:

  • django.utils.translation.ugettext_lazy
  • from django.conf.urls.url

Which now are respectively:

  • from django.utils.translation.ngettext_lazy
  • from django.urls.re_path

@ionelmc
Copy link

ionelmc commented Jul 15, 2022

@unbit hello, can this be released sooner than later? :-)

@gagamil
Copy link
Author

gagamil commented Jul 16, 2022

Hello
I'm ready if the merge is ok and approved.
Just tell me.
Thanks.

@bird-in-hat
Copy link

@unbit please merge

@ionelmc
Copy link

ionelmc commented Jan 16, 2023

Meanwhile this can be used https://pypi.org/project/django-uwsgi-admin/

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

Successfully merging this pull request may close these issues.

3 participants