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

length_is DeprecationWarning #236

Open lachlancannon opened 1 year ago

lachlancannon commented 1 year ago

Not urgent, since it's just a warning, but it'd be nice to get an update that removes the use of the length_is filter which raises RemovedInDjango51Warning in Django 4.2. New code should be variable|length == 1.