django-suit icon indicating copy to clipboard operation
django-suit copied to clipboard

Fix incompatibility with Django 2.1 and jQuery 3

Open kikeh opened this issue 7 years ago • 1 comments

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.

kikeh avatar Nov 02 '18 09:11 kikeh

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

iMakedonsky avatar Mar 09 '20 08:03 iMakedonsky