Skip to content

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