Django 1.9 moved jQuery scripts
See original GitHub issueDjango 1.9 has moved jQuery scripts from django/contrib/admin/static/admin/js
to django/contrib/admin/static/admin/js/vendor/jquery
. If USE_DJANGO_JQUERY
is set to True
, will get HTTP 404 Not Found in Django 1.9:
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
on change function of jquery not working in Django form
I am building a django form like following: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
Read more >jquery.js not found in the admin jobs list page in Django 1.9
I see 404 Error near the jquery.js url, and JS doesn't works. In the Django 1.9: The jQuery static files in contrib.admin have...
Read more >Django 1.9 release notes
AbstractBaseUser and BaseUserManager were moved to a new django.contrib.auth.base_user module so that they can be imported without including ...
Read more >18. JQuery and Django — How to Tango with Django 1.7
Including JQuery in your Django Project/Application. In the static folder create a js folder and plonk the JQuery javascript file (jquery. js) here...
Read more >Release Notes — django-ajax-selects 1.4.0 documentation
Inline scripts moved out of html. Form fields are activated after the body is loaded with plugin settings stored in the field's data-plugin-options....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, i have the same problem:
I solve this putting:
But, isn’t the best way! And didn’t solved the admin problem.
Fixed in #137, which should be merged shortly. I’m closing this, but feel free to comment/reopen if necessary.