jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface
https://django-admin-sortable2.readthedocs.io/en/latest/
Other
753 stars 179 forks source link

Fixed styling for stacked inlines. #269

Closed apollo13 closed 3 years ago

apollo13 commented 3 years ago

According to the 2.1 release notes:

* The admin CSS class ``field-box`` is renamed to ``fieldBox`` to prevent
  conflicts with the class given to model fields named "box".

Since adminsortable2 currently supports Django 2.0 as well I left the original field-box in there as well. No stacked templates work properly again :)

If you think Django 2.0 support could be dropped, then field-box could be removed as well.

marksweb commented 3 years ago

@apollo13 I think dropping support for django 2.0 is certainly fair at this point given it's been unsupported since April 2019 👍

jrief commented 3 years ago

This fix has been added in version 1.0.1. Kudos to @apollo13 for notifying me.