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

Support for Django 5 #387

Closed huynguyen-ff closed 4 months ago

huynguyen-ff commented 6 months ago

Hi, thanks for the great package. Currently django has release the 5.x.x. version but it looks like our package haven't supported it yet because our template is just for 4.0 -> 4.2. Do you plan to support 5+ version in future?

jrief commented 6 months ago

yes. Unfortunately some unit tests fail when testing against Django-5, and I had no time yet to fix them. Be assured, I'm working on it.

enoquesantos commented 5 months ago

Hi

django-admin-sortable2 it's a very useful extension but I'm getting this error on Django 5:

TemplateDoesNotExist
django.template.exceptions.TemplateDoesNotExist: adminsortable2/edit_inline/stacked-django-5.0.html

Django 5 support will be very appreciated! :)

Thank you.

jrief commented 4 months ago

Version 2.2 has official support for Django-5.