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
770 stars 180 forks source link

missing template(s) for Django 4.2 #348

Closed Wekhrlin closed 1 year ago

Wekhrlin commented 1 year ago

With the new version 4.2 of Django, some templates (in my case: stacked-django-4.2.html but this should also apply to tabular-django-4.2.html) are missing. The templates for 4.1 can be used and should be included in a newer version of the plugin. As a hotfix, one could just copy/rename the files in python3.9/site-packages/adminsortable2/templates/adminsortable2/edit_inline/

daweedm commented 1 year ago

349

daweedm commented 1 year ago

@jrief do you know when the latest release will be available on PyPi ?

jrief commented 1 year ago

Version 2.1.6 has been released.