検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 91 for safe (0.045 sec.)
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7022
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... >>> q . dict () {'a': '5'} QueryDict. urlencode ( safe = None ) ¶ Returns a string of the data in query s ... &b=5' ) >>> q . urlencode () 'a=2&b=3&b=5' Use the safe parameter to pass characters which don't require e ... e ) >>> q [ 'next' ] = '/a&b/' >>> q . urlencode ( safe = '/' ) 'next=/a%26b/' HttpResponse オブジェクト ¶ ... sonResponse ( data , encoder = DjangoJSONEncoder , safe = True , json_dumps_params = None , ** kwargs ) ¶ ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6956
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rading to the new CSRF protection framework requires a few important backwards-incompatible changes, detai ... new. The GEOS interface was updated to use thread-safe C library functions when available on the platform ... ode subclass have always been vulnerable to thread-safety and other issues; as of Django 1.2, however, the ... der . All of the built-in Django template tags are safe to use with the cached loader, but if you're using ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
View decorators — Django 4.0.6 ドキュメント 6889
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that a view only accepts the POST method. require_safe () ¶ Decorator to require that a view only accepts ... AD methods. These methods are commonly considered "safe" because they should not have the significance of ... y on HEAD requests, you might prefer using require_safe instead of require_GET . Conditional view processi ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルタを手動で適用した場合と同じです。 例外として、( safe または escape フィルタの適用、あるいはコードで変数 ... を挿入することによって)すでに "safe" であるとマークされている変数にはエスケープされませ ... r in all lowercase. {% endfilter %} 注釈 escape と safe フィルタは引数として与えることができません。ブロッ ... せるには、次のように書きます: {% firstof var1 var2 | safe var3 "<strong>fallback value</strong>" | safe %} { ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
Django 1.6.2 release notes — Django 4.0.6 ドキュメント 6716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssue where lazy objects weren't actually marked as safe when passed through mark_safe() and could end up b ...
https://man.plustar.jp/django/releases/1.6.2.html - [similar]
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 6583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t exception ( #28178 ). Fixed django.utils.http.is_safe_url() crash on invalid IPv6 URLs ( #28142 ). Fixed ... ate ( #28209 ). Fixed a regression where file_move_safe() crashed when moving files to a CIFS mount ( #281 ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 6583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wsers. This allows a user to be redirected to an unsafe URL unexpectedly. Django relies on user input in s ... s for these redirects (namely django.utils.http.is_safe_url() ) did not correctly validate some malformed ... URL parsing. To remedy this, the validation in is_safe_url() has been tightened to be able to handle and ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 6583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... wsers. This allows a user to be redirected to an unsafe URL unexpectedly. Django relies on user input in s ... s for these redirects (namely django.utils.http.is_safe_url() ) did not correctly validate some malformed ... URL parsing. To remedy this, the validation in is_safe_url() has been tightened to be able to handle and ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 6530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... vided about the results of strip_tags() being HTML safe. So NEVER mark safe the result of a strip_tags() c ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 6530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s: 1. A new utility function, django.utils.http.is_safe_url , is added; this function takes a URL and a ho ... ch allow user-supplied redirect targets now use is_safe_url to validate the supplied URL. 目次 Django 1.3. ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT