mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
added jQuery 3.7.1 support & dropped previous version (#9094)
* added jQuery 3.7.1 support & dropped previous version * added jQuery 3.7.1 support & dropped previous version
This commit is contained in:
parent
5a01a4c8a9
commit
b6e3a22f7c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
rest_framework/static/rest_framework/js/jquery-3.7.1.min.js
vendored
Normal file
2
rest_framework/static/rest_framework/js/jquery-3.7.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -250,7 +250,7 @@
|
|||
"csrfToken": "{{ csrf_token }}"
|
||||
}
|
||||
</script>
|
||||
<script src="{% static "rest_framework/js/jquery-3.6.4.min.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/jquery-3.7.1.min.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
|
||||
|
|
|
@ -293,7 +293,7 @@
|
|||
"csrfToken": "{% if request %}{{ csrf_token }}{% endif %}"
|
||||
}
|
||||
</script>
|
||||
<script src="{% static "rest_framework/js/jquery-3.6.4.min.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/jquery-3.7.1.min.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/ajax-form.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/csrf.js" %}"></script>
|
||||
<script src="{% static "rest_framework/js/bootstrap.min.js" %}"></script>
|
||||
|
|
|
@ -66,6 +66,6 @@ at <code>rest_framework/docs/error.html</code>.</p>
|
|||
|
||||
|
||||
|
||||
<script src="{% static 'rest_framework/js/jquery-3.6.4.min.js' %}"></script>
|
||||
<script src="{% static 'rest_framework/js/jquery-3.7.1.min.js' %}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
{% include "rest_framework/docs/auth/basic.html" %}
|
||||
{% include "rest_framework/docs/auth/session.html" %}
|
||||
|
||||
<script src="{% static 'rest_framework/js/jquery-3.6.4.min.js' %}"></script>
|
||||
<script src="{% static 'rest_framework/js/jquery-3.7.1.min.js' %}"></script>
|
||||
<script src="{% static 'rest_framework/js/bootstrap.min.js' %}"></script>
|
||||
<script src="{% static 'rest_framework/docs/js/jquery.json-view.min.js' %}"></script>
|
||||
<script src="{% static 'rest_framework/docs/js/api.js' %}"></script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user