theatlantic / django-nested-admin

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

fix: django 5.1 collapsible inlines #254

Closed fdintino closed 4 months ago

fdintino commented 4 months ago

In django 5.1, collapsible inlines were changed to use <details> and <summary> tags.