Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incompatibility with Django 2.1 and jQuery 3 #709

Open
wants to merge 2 commits into
base: v2
Choose a base branch
from

Conversation

kikeh
Copy link

@kikeh kikeh commented Nov 2, 2018

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 and others added 2 commits November 2, 2018 10:15
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
Copy link

iMakedonsky commented Mar 9, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants