- Fix 320: Adding Jinja2 as template engine didn't work because it is unable to handle file references using `pathlib.Path`.
2.1.1
- Enlarge top/down buttons on top of header of `SortableTabularInline`.
2.1
- Introduce classes `adminsortable2.admin.SortableStackedInline` and `adminsortable2.admin.SortableTabularInline` to resort items to the begin or end of the list of those inlines. - Add support for Django-4.1.
2.0.5
- Fix: When using an `InlineAdmin` with a self defined form, the default ordering has been ignored. - Fix: Skip instance check, if model used in an `InlineAdmin` is a proxy model.
2.0.4
- Fix [\309](https://github.com/jrief/django-admin-sortable2/issues/309): Prevent JavaScrip error when using *InlineAdmin without sortable list view. - Internally use Python's `pathlib` instead of `os.path`. - In DEBUG mode, load unminimized JavaScript.
2.0.3
- Fix [\304](https://github.com/jrief/django-admin-sortable2/issues/304): ModelAdmin not inheriting from SortableAdminMixin prevented sortable Stacked-/TabluraInlineAdmin be sortable.