検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 91 for safe (0.063 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6104
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and will block you calling code marked as "async unsafe" - such as ORM operations - from an asynchronous c ... abase-dependent) limit. Values from 1 to 32767 are safe in all databases supported by Django. AutoField , ... 89603a353625ae1603ba345147356336afb . django.utils.safestring.SafeBytes - Unused since Django 2.0. New def ... o effective scope, the private internal utility is_safe_url() is renamed to url_has_allowed_host_and_schem ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6104
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo.utils.functional import lazy from django.utils.safestring import mark_safe from django.utils.translati ... on import gettext_lazy as _ mark_safe_lazy = lazy ( mark_safe , str ) And then later: la ... zy_string = mark_safe_lazy ( _ ( "<p>My <strong>string!</strong></p>" )) ... . If that is found and Django considers it to be a safe URL (i.e. it doesn't point to a different host and ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 6038
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ayed the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the data ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... your own async handler you must be aware of async-safety. Do not call blocking synchronous functions or l ... g this with the parts of Django that are not async-safe, but the same may not be true of third-party apps ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
設定 — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng does not imply that Django's CSRF protection is safe from cross-subdomain attacks by default - please s ... g the CSRF token in a cookie (Django's default) is safe, but storing it in the session is common practice ... 値: [] (空のリスト) A list of trusted origins for unsafe requests (e.g. POST ). For requests that include t ... origin present in the Host header. For a secure unsafe request that doesn't include the Origin header, th ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... characters comma and semi-colon are treated as non-safe characters, and are therefore encoded as \054 and ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .backends.locmem.LocMemCache backend is now thread-safe. Cryptography ¶ The max_age parameter of the djang ... e HttpRequest.get_full_path() method now escapes unsafe characters from the path portion of a Uniform Reso ... entifier (URI) properly. HttpResponse now implements a few additional methods like getvalue() so that inst ... o make built-in template filters that output HTML "safe by default" when calling them in Python code, the ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... INS setting provides a way to allow cross-origin unsafe requests (e.g. POST ) over HTTPS. データベースバッ ... red by admins), you can mark it as such using mark_safe() . Tags that follow these rules will be correct a ... nd safe whether they are run on Django 1.9+ or earlier. Pa ... b import models ^ SyntaxError: invalid syntax It's safe to ignore these errors (Django will still install ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.1.15 リリースノート — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... future, and that would be compatible with Django's safe by default philosophy. For the time being, develop ...
https://man.plustar.jp/django/releases/2.1.15.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 5971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... opriate. テンプレート ¶ The new json_script filter safely outputs a Python object as JSON, wrapped in a <s ... uired argument of private API django.utils.http.is_safe_url() . The multiple attribute rendered by the Sel ... TIONS . The host parameter of django.utils.http.is_safe_url() is removed. Silencing of exceptions raised w ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT