検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 91 for safe (0.077 sec.)
Submitting patches — Django 4.0.6 ドキュメント 5799
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eeks or months without any activity, it's probably safe to reassign it to yourself. Log into your account, ... scribes, the first release of Django that deprecates a feature ( A.B ) should raise a RemovedInDjangoXXWar ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 5799
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スのロードを問答無用でブロックします。 Django provides a few ways to include this header in responses from y ... e ( request ): return HttpResponse ( "This page is safe to load in a frame on any site." ) 注釈 If you wan ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 5799
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... integer. Values from -2147483648 to 2147483647 are safe in all databases supported by Django. It uses MinV ... t) point. Values from 0 to 9223372036854775807 are safe in all databases supported by Django. PositiveInte ... abase-dependent) limit. Values from 1 to 32767 are safe in all databases supported by Django. SmallInteger ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5799
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 注釈 All of the built-in Django template tags are safe to use with the cached loader, but if you're using ... hat the Node implementation for each tag is thread-safe. For more information, see template tag thread saf ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5799
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les and larger template constructs to be marked as safe (requiring no escaping) or unsafe (requiring escap ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ils.html import format_html_join from django.utils.safestring import mark_safe class PersonAdmin ( admin . ... line by a linebreak return format_html_join ( mark_safe ( '<br>' ), ' {} ' , (( line ,) for line in instan ... ce . get_full_address ()), ) or mark_safe ( "<span class='errors'>I can't determine this add ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or every field in the table. Note that inspectdb has a few special cases in its field-name output: If insp ... schema beyond matching table names and so is only safe to use if you are confident that your existing sch ... migrations can live alongside the unsquashed ones safely. For more information, please read Squashing mig ... about the behavior, as optimization is meant to be safe. --noinput , --no-input ¶ Suppresses all user prom ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ome point. If your code only uses ASCII data, it's safe to use your normal strings, passing them around at ... unctions ¶ The django.utils.encoding module contains a few functions that are handy for converting back an ... string )) == uri_to_iri ( some_string ) So you can safely call it multiple times on the same URI/IRI witho ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5732
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o.utils.text.slugify() is no longer marked as HTML safe. The default truncation character used by the urli ... filesystem loader is removed. django.utils.http.urlsafe_base64_encode() now returns a string instead of a ... bytestring, and django.utils.http.urlsafe_base64_decode() may no longer be passed a bytestri ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5666
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... requests (and other requests that are defined as 'safe' by RFC 7231#section-4.2.1 ). These requests ought ... #section-4.2.1 defines POST, PUT, and DELETE as 'unsafe', and all other methods are also assumed to be uns ... echniques cause a CSRF failure on requests with 'unsafe' methods. Instead, use alternatives like <a rel="n ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT