検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 187 for request (0.158 sec.)
The sitemap framework — Django 4.0.6 ドキュメント 5067
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ault templates.) Initialization ¶ views. sitemap ( request , sitemaps , section = None , template_name = 'sit ... Middleware to make Django respond appropriately to requests with an If-Modified-Since header which will preve ... isn't set, the protocol with which the sitemap was requested is used. If the sitemap is built outside the con ... text of a request, the default is 'http' . バージョン 4.0 で非推奨: ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... data. django.core.signals Core signals sent by the request/response system. django.core.signing Django's sign ... m widgets. h django.http Classes dealing with HTTP requests and responses. m django.middleware Django's built ... django.middleware.csrf Protects against Cross Site Request Forgeries django.middleware.gzip Middleware to ser ... ddleware to enable language selection based on the request. django.middleware.security Security middleware. s ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 5034
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and Django's own processing consists of matching a requested URL against those patterns to determine the appr ... g framework and a system for preventing cross-site request forgery (CSRF) attacks . The CSRF-protection syste ... cookie which must be sent by the client on future requests and, in forms, a hidden value which must be submi ... unauthenticated) clients. When the first anonymous request to a given page is by a client which did not have ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... @xframe_options_exempt def ok_to_load_in_a_frame ( request ): return HttpResponse ( "This page is safe to loa ... ons_sameorigin @xframe_options_deny def view_one ( request ): return HttpResponse ( "I won't display in any f ... rame!" ) @xframe_options_sameorigin def view_two ( request ): return HttpResponse ( "Display in a frame if it ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o sites framework installed, this will be set to a RequestSite object. See the RequestSite section of the sit ... t_data() . site : current site as described above. request : current request. The behavior of get_context_dat ... e passed to the get_object() method along with the request object. Here's the code for these beat-specific fe ... eds/beat_description.html' def get_object ( self , request , beat_id ): return Beat . objects . get ( pk = be ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... utput. If you are using it for something like AJAX requests to a form view where the client interprets the re ... 築して元のデータを提供します: >>> f = ContactForm ( request . POST , initial = data ) >>> f . has_changed () h ... as_changed() は、 request.POST が initial で提供されたデータと異なる場合、 T ... 属性は、フォームにくくりつけられたデータ (ふつうは request.POST ) の値が initial で提供されたものと異なるとき ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... approach to decoding form data. The data in an HttpRequest object is only decoded when you access it. In fact ... st of the data is not decoded at all. Only the HttpRequest.GET and HttpRequest.POST data structures have any ... code data. All other attributes and methods of HttpRequest return data exactly as it was submitted by the cli ... form, you can set the encoding attribute on an HttpRequest instance. For example: def some_view ( request ): ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leware when a session is destroyed in a concurrent request with a SuspiciousOperation to indicate that the re ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a new empty record in the session storage anytime request.session was accessed and there was a session key p ... rovided in the request cookies that didn't already have a session record. ... any new session records simply by sending repeated requests with unknown session keys, potentially filling up ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a new empty record in the session storage anytime request.session was accessed and there was a session key p ... rovided in the request cookies that didn't already have a session record. ... any new session records simply by sending repeated requests with unknown session keys, potentially filling up ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT