django-uwsgi icon indicating copy to clipboard operation
django-uwsgi copied to clipboard

Django 4.x support

Open gagamil opened this issue 2 years ago • 4 comments

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

gagamil avatar May 13 '22 19:05 gagamil

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

ionelmc avatar Jul 15 '22 12:07 ionelmc

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

gagamil avatar Jul 16 '22 18:07 gagamil

@unbit please merge

bird-in-hat avatar Jan 16 '23 10:01 bird-in-hat

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

ionelmc avatar Jan 16 '23 10:01 ionelmc