検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 91 for safe (0.024 sec.)
Django 1.4.3 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.4. ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 6530
" + 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.6.5.html - [similar]
Django 2.1.11 リリースノート — 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/2.1.11.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 6464
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ 変数単位で個々に自動エスケープを無効にするには、 safe フィルタを使います: This will be escaped: {{ data ... }} This will not be escaped: {{ data | safe }} safe という言葉は、これ以上エスケープしないよう ... 保護(safe)するとか、 HTML として解釈しても安全(safe)である ... 自動エスケープ**されずに**テンプレート内に挿入され、 safe フィルタを通して渡されたかのように振る舞います。な ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 6410
" + 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/2.2.4.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 6410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ady set by the view and if the request's method is safe ( GET or HEAD ). Using this feature usefully is pr ... re returned every time. Validator headers with non-safe request methods The condition decorator only sets ... validator headers ( ETag and Last-Modified ) for safe HTTP methods, i.e. GET and HEAD . If you wish to r ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 6410
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... values can be passed through an untrusted channel safe in the knowledge that any tampering will be detect ... d sep to separate values. sep cannot be in the URL safe base64 alphabet . This alphabet contains alphanume ... alizer , compress = False ) [ソース] ¶ Returns URL-safe, signed base64 compressed JSON string. Serialized ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 6277
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... valid date" % date ) from exc def parse_http_date_safe ( date ): """ Same as parse_http_date, but return ... r_set [ n ] + b36 return b36 [ドキュメント] def urlsafe_base64_encode ( s ): """ Encode a bytestring to a ... p any trailing equal signs. """ return base64 . urlsafe_b64encode ( s ) . rstrip ( b " \n =" ) . decode ( ... "ascii" ) [ドキュメント] def urlsafe_base64_decode ( s ): """ Decode a base64 encoded s ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
Deploying GeoDjango — Django 4.0.6 ドキュメント 6224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es the GDAL geospatial library which is not thread safe at this time. Thus, it is highly recommended to no ...
https://man.plustar.jp/django/ref/contrib/gis/deployment.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 6224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lopers to assume that the value of REMOTE_ADDR is "safe" or in some way reliable as a source of authentica ... he data just from particular models. There's a new safeseq template filter which works just like safe for ... lists, marking each item in the list as safe. Cache backends now support incr() and decr() comm ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT