Skip to content

Django 4.x support - #1309

Open
gagamil wants to merge 2 commits into
unbit:masterfrom
gagamil:master
Open

Django 4.x support#1309
gagamil wants to merge 2 commits into
unbit:masterfrom
gagamil:master

Conversation

@gagamil

@gagamil gagamil commented May 13, 2022

Copy link
Copy Markdown

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

ionelmc commented Jul 15, 2022

Copy link
Copy Markdown

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

@gagamil

gagamil commented Jul 16, 2022

Copy link
Copy Markdown
Author

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

@bird-in-hat

Copy link
Copy Markdown

@unbit please merge

@ionelmc

ionelmc commented Jan 16, 2023

Copy link
Copy Markdown

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