検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 44 for token (0.043 sec.)
django.core.mail.message — Django 4.0.6 ドキュメント 8006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( addr , tuple ): addr = force_str ( addr ) try : token , rest = parser . get_mailbox ( addr ) except ( He ... address; only %s could be parsed from " %s "' % ( token , addr ) ) nm = token . display_name or "" localpa ... rt = token . local_part domain = token . domain or "" else : ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 8006
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a CSRF-protection mechanism, which makes use of a token inserted into outgoing forms. Middleware then chec ... ks for the token's presence on form submission, and validates it. P ... ase. Additionally, Django will now accept the CSRF token in the custom HTTP header X-CSRFTOKEN, as well as ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 7868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... myapp/forms.py : < form method = "post" > {% csrf_token %} {{ form.as_p }} < input type = "submit" value = ... uthor_form.html : < form method = "post" > {% csrf_token %} {{ form.as_p }} < input type = "submit" value = ... pdate_form.html : < form method = "post" > {% csrf_token %} {{ form.as_p }} < input type = "submit" value = ... irm_delete.html : < form method = "post" > {% csrf_token %} < p > Are you sure you want to delete " {{ obje ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
設定 — Django 4.0.6 ドキュメント 7868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enable this and need to send the value of the CSRF token with an AJAX request, your JavaScript must pull th ... e value from a hidden CSRF token form input instead of from the cookie . See SESSIO ... n HttpOnly . CSRF_COOKIE_NAME ¶ デフォルト値: 'csrftoken' The name of the cookie to use for the CSRF authen ... tication token. This can be whatever you want (as long as it's di ...
https://man.plustar.jp/django/ref/settings.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 7730
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... time.sleep, 1)() """ def __init__ ( self ): self . token = None async def __aenter__ ( self ): try : SyncTo ... itive_context . get () except LookupError : self . token = SyncToAsync . thread_sensitive_context . set ( s ... aexit__ ( self , exc , value , tb ): if not self . token : return executor = SyncToAsync . context_to_threa ... oAsync . thread_sensitive_context . reset ( self . token ) class AsyncToSync : """ Utility class which turn ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Django 1.4.11 release notes — Django 4.0.6 ドキュメント 7592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rted. Caching of anonymous pages could reveal CSRF token ¶ Django includes both a caching framework and a s ... rse() Caching of anonymous pages could reveal CSRF token MySQL typecasting 前のトピックへ Django 1.4.12 rel ...
https://man.plustar.jp/django/releases/1.4.11.html - [similar]
Django 1.5.6 release notes — Django 4.0.6 ドキュメント 7592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rted. Caching of anonymous pages could reveal CSRF token ¶ Django includes both a caching framework and a s ... rse() Caching of anonymous pages could reveal CSRF token MySQL typecasting Bugfixes 前のトピックへ Django 1 ...
https://man.plustar.jp/django/releases/1.5.6.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 7453
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rted. Caching of anonymous pages could reveal CSRF token ¶ Django includes both a caching framework and a s ... rse() Caching of anonymous pages could reveal CSRF token MySQL typecasting select_for_update() requires a t ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.11.6 リリースノート — Django 4.0.6 ドキュメント 7376
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rror handler such as handler404 that accesses csrf_token could cause CSRF verification failures on other pa ...
https://man.plustar.jp/django/releases/1.11.6.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 7177
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ata yield buf . read () # Expression to match some_token and some_token="with spaces" (and similarly # for ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
PREV 1 2 3 4 5 NEXT