-
-
Notifications
You must be signed in to change notification settings - Fork 7k
jquery 3.5.1 #7313
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
jquery 3.5.1 #7313
Conversation
SRI hash matches between the file included here and the one included in the 3.5.1 dist folder for jQuery.
|
do I need to update any tests for the build failures? |
@auvipy If you look at the Travis output you'll see that the failures are due to "ValueError: Missing staticfiles manifest entry for 'rest_framework/js/jquery-3.4.1.min.js". Presumably the cause of that is that you also need to make sure to update any relevant templates to point to the updated jquery path name, rather than the old one. |
yeah seems you are right. I will update accordingly |
all green 💯 |
Fab, thanks. 👍 |
* jquery 3.5.1
* jquery 3.5.1
WIP