darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Fix incompatibility with Django 2.1 and jQuery 3 #709

Open kikeh opened 5 years ago

kikeh commented 5 years ago

As Django 2.1 upgrades jQuery from 2.2.3 to 3.3.1, in which the attribute selector is removed, the sortable script stopped updating the order of the elements. I have added the compatibility proposed by jQuery in its deprecation note in the documentation.

iMakedonsky commented 4 years ago

Thanks for this patch. Already using your version via pip install https://github.com/kikeh/django-suit/tarball/v2