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: stacked inline label and field alignment in django 4.2+ #255

Closed fdintino closed 4 months ago

fdintino commented 4 months ago

Update inline.html to reflect the changes made in django 4.2 and 5.0 to fieldset.html (in django/django#16678)

fixes #241, fixes #243