theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
690 stars 97 forks source link

Support Django 4.0 #207

Closed PeterTillema closed 2 years ago

PeterTillema commented 2 years ago

django.conf.urls.url() is removed, as used here: https://github.com/theatlantic/django-nested-admin/blob/e93779d811cfa31be9e3809681a12809507c5ed2/nested_admin/urls.py#L1

tari commented 2 years ago

205 would fix this.

fdintino commented 2 years ago

This is fixed in the 3.4.0 release, now on PyPi.