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 181 forks source link

Compatibility issue with Django 5.1 #405

Closed aminvsf closed 3 months ago

aminvsf commented 3 months ago

After upgrading to Django 5.1, a template does not exist error has occurred for my admin orderable inlines:

image

ldeluigi commented 3 months ago

same for django.template.exceptions.TemplateDoesNotExist: adminsortable2/edit_inline/tabular-django-5.1.html

ldeluigi commented 3 months ago

Could we implement a fallback for future django versions that simply uses the latest available template?

ldeluigi commented 2 months ago

@jrief sorry for the ping, but could you release a new version for the 5.1 fix?