Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29b6dd8

Browse files
authored
Bump version of jQuery to 3.6.4 & updated ref links (#8909)
1 parentc9e7b68 commit29b6dd8

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

‎rest_framework/static/rest_framework/js/jquery-3.6.4.min.js‎

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎rest_framework/templates/rest_framework/admin.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h4 class="modal-title" id="myModalLabel">{{ error_title }}</h4>
250250
"csrfToken":"{{ csrf_token }}"
251251
}
252252
</script>
253-
<scriptsrc="{% static"rest_framework/js/jquery-3.5.1.min.js" %}"></script>
253+
<scriptsrc="{% static"rest_framework/js/jquery-3.6.4.min.js" %}"></script>
254254
<scriptsrc="{% static"rest_framework/js/ajax-form.js" %}"></script>
255255
<scriptsrc="{% static"rest_framework/js/csrf.js" %}"></script>
256256
<scriptsrc="{% static"rest_framework/js/bootstrap.min.js" %}"></script>

‎rest_framework/templates/rest_framework/base.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h1>{{ name }}</h1>
293293
"csrfToken":"{% if request %}{{ csrf_token }}{% endif %}"
294294
}
295295
</script>
296-
<scriptsrc="{% static"rest_framework/js/jquery-3.5.1.min.js" %}"></script>
296+
<scriptsrc="{% static"rest_framework/js/jquery-3.6.4.min.js" %}"></script>
297297
<scriptsrc="{% static"rest_framework/js/ajax-form.js" %}"></script>
298298
<scriptsrc="{% static"rest_framework/js/csrf.js" %}"></script>
299299
<scriptsrc="{% static"rest_framework/js/bootstrap.min.js" %}"></script>

‎rest_framework/templates/rest_framework/docs/error.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ <h2>Overriding this template</h2>
6666

6767

6868

69-
<scriptsrc="{% static 'rest_framework/js/jquery-3.5.1.min.js' %}"></script>
69+
<scriptsrc="{% static 'rest_framework/js/jquery-3.6.4.min.js' %}"></script>
7070
</body>
7171
</html>

‎rest_framework/templates/rest_framework/docs/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{% include "rest_framework/docs/auth/basic.html" %}
3939
{% include "rest_framework/docs/auth/session.html" %}
4040

41-
<scriptsrc="{% static 'rest_framework/js/jquery-3.5.1.min.js' %}"></script>
41+
<scriptsrc="{% static 'rest_framework/js/jquery-3.6.4.min.js' %}"></script>
4242
<scriptsrc="{% static 'rest_framework/js/bootstrap.min.js' %}"></script>
4343
<scriptsrc="{% static 'rest_framework/docs/js/jquery.json-view.min.js' %}"></script>
4444
<scriptsrc="{% static 'rest_framework/docs/js/api.js' %}"></script>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp