検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 44 for token (0.065 sec.)
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... BaseBackend ): def authenticate ( self , request , token = None ): # Check the token and return a user. ... ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django 1.4 documentation 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s/ {{ poll.id }} /vote/" method = "post" > {% csrf_token %} {% for choice in poll.choice_set.all %} < input ... 自サイトへ向けての POST フォームに対しては {% csrf_token %} テンプレートタグを使いましょう。 {% csrf_token ...
https://man.plustar.jp/django/contents.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat may perform a login, and hence rotate the CSRF token, before calling down the middleware chain. After S ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... comment タグを入れ子にすることはできません。 csrf_token ¶ このタグは CSRF の防止のために使用します。詳細は ... み込みタグリファレンス autoescape block comment csrf_token cycle debug extends filter firstof for for ... emp ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er lookups within the same filter() call. The csrf_token template tag is no longer enclosed in a div. If yo ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ved. Support for the pre-Django 3.1 password reset tokens in the admin site (that use the SHA-1 hashing alg ... nd CsrfMiddleware will be removed. Use the {% csrf_token %} template tag inside forms to enable CSRF protec ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は、 Cross Site Request Forgeries 対策のための csrf_token テンプレートタグが必要とするトークンを追加します。 ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ersions (e.g. '1.10rc1' instead of '1.10c1'). CSRF token values are now required to be strings of 64 alphan ... only affect developers or users who replace these tokens. The LOGOUT_URL setting is removed as Django hasn ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SRF_USE_SESSIONS setting to allow storing the CSRF token in the user's session rather than in a cookie. デー ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6746
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rotect the view. This requires the use of the csrf_token template tag in the template. If you have used cus ... , the middleware that automatically inserted CSRF tokens into POST forms in outgoing pages, has been depre ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
PREV 1 2 3 4 5 NEXT