Support django 4.0#13
Conversation
django.core.urlresolvers is obsolete and would not work with Django 2.0.
admin_static deprecated
Remove six dependency
ugettext / ugettext_lazy deprecated
|
Any updates on when this will get merged? |
+1 |
Fix dump on admin action
deprecate force_text in favour of force_str
django.conf.urls.url() is deprecated in favor of django.urls.re_path()
re_path
|
+1 |
|
@jameslao Thanks for your contributions on supporting django 4.0. I have made a few changes locally to make it support Django 5.0 too. Shall I make a PR for this? Even if it doesn't get merged people can find the PR and update their code like I did by looking at this PR? |
Sure please do. That should be helpful to everyone. |
Nevermind it was a minor bug in my project where I was not able to select multiple objects in the admin site for bulk editing them. I tested your changes and they work perfectly fine for django>=5.0 too |
Fix issue #12