Results of 1 - 10 of about 14 for AJAX (0.024 sec.)
- Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 13356
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ackwards incompatible changes ¶ CSRF exception for AJAX requests ¶ Django includes a CSRF-protection mecha ...
o 1.2.5, our CSRF protection made an exception for AJAX requests, on the following basis: Many AJAX toolki ...
apply CSRF checks to requests that appeared to be AJAX on the basis of the X-Requested-With header. The R ...
This can allow a forged request to appear to be an AJAX request, thereby defeating CSRF protection which t ...
-
https://man.plustar.jp/django/releases/1.1.4.html
- [similar]
- Django 1.2.5 release notes — Django 4.0.6 ドキュメント 12235
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ackwards incompatible changes ¶ CSRF exception for AJAX requests ¶ Django includes a CSRF-protection mecha ...
o 1.2.5, our CSRF protection made an exception for AJAX requests, on the following basis: Many AJAX toolki ...
apply CSRF checks to requests that appeared to be AJAX on the basis of the X-Requested-With header. The R ...
This can allow a forged request to appear to be an AJAX request, thereby defeating CSRF protection which t ...
-
https://man.plustar.jp/django/releases/1.2.5.html
- [similar]
- クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 9610
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
t を使用するためすでに CSRF 対策はなされています。 AJAX ¶ 上記の方法は AJAX の POST でも利用可能ですが、多 ...
]' ). value ; </ script > Setting the token on the AJAX request ¶ Finally, you'll need to set the header o ...
n your AJAX request. Using the fetch() API: const request = ne ...
( request ) else : do_something_else () Page uses AJAX without any HTML form ¶ A page makes a POST reques ...
-
https://man.plustar.jp/django/ref/csrf.html
- [similar]
- Django 3.1 release notes — Django 4.0.6 ドキュメント 8629
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ated in favor of django-admin . The HttpRequest.is_ajax() method is deprecated as it relied on a jQuery-sp ...
ecific way of signifying AJAX calls, while current usage tends to use the JavaSc ...
ng on your use case, you can either write your own AJAX detection method, or use the new HttpRequest.accep ...
nt Accept HTTP header. If you are writing your own AJAX detection method, request.is_ajax() can be reprodu ...
-
https://man.plustar.jp/django/releases/3.1.html
- [similar]
- Django 1.3 release notes — Django 4.0.6 ドキュメント 8349
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
le changes in 1.3 ¶ CSRF validation now applies to AJAX requests ¶ Prior to Django 1.2.5, Django's CSRF-pr ...
evention system exempted AJAX requests from CSRF verification; due to security i ...
for details on how to handle CSRF verification in AJAX requests. Restricted filters in admin interface ¶ ...
ible changes in 1.3 CSRF validation now applies to AJAX requests Restricted filters in admin interface Del ...
-
https://man.plustar.jp/django/releases/1.3.html
- [similar]
- Django 1.4 release notes — Django 4.0.6 ドキュメント 8349
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
nsure_csrf_cookie() decorator, which can help with AJAX-heavy sites; protection for PUT and DELETE request ...
he request has originated in JavaScript code. ( is_ajax() is used for this.) Like its HTML counterpart, it ...
T requests. Since use of PUT and DELETE methods in AJAX applications is becoming more common, we now prote ...
ing else. If you're using PUT or DELETE methods in AJAX applications, please see the instructions about us ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
- GeoDjango's admin site — Django 4.0.6 ドキュメント 8139
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
aScript. Defaults to 'https://cdnjs.cloudflare.com/ajax/libs/openlayers/2.13.1/OpenLayers.js' . modifiable ...
-
https://man.plustar.jp/django/ref/contrib/gis/admin.html
- [similar]
- Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7789
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
e() now returns a 204 status code (No Content) for AJAX requests when there is no next parameter in POST o ...
et_language() may now return a 204 status code for AJAX requests. The base_field attribute of RangeField i ...
-
https://man.plustar.jp/django/releases/1.10.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 7719
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
dmin.py entry point is removed. The HttpRequest.is_ajax() method is removed. Support for the pre-Django 3. ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- ファイルのアップロード — Django 4.0.6 ドキュメント 7719
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
きます。 たとえば、アップロードの進行状況を計算して、AJAX のウィジェットなどにフィードバックを返す ProgressB ...
-
https://man.plustar.jp/django/topics/http/file-uploads.html
- [similar]