検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 20 for literal (0.039 sec.)
django-admin と manage.py — Django 4.0.6 ドキュメント 7800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... directory named in the FIXTURE_DIRS setting In the literal path named by the fixture Django will load any and ... .json for each directory in FIXTURE_DIRS , and the literal path foo/bar/mydata.json . When fixture files are ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... esses and reserved IP spaces are considered valid. Literal IPv6 addresses ( RFC 3986#section-3.2.2 ) and Unic ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or. extra(select={...}) now allows you to escape a literal %s sequence using %%s . Custom Lookups can now be ... d. When a translation doesn't exist for a specific literal, the fallback is now taken from the LANGUAGE_CODE ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed incorrectly (Django considered "myview" to be a literal name of a view, not a template variable named myvi ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ructing SQL like strftime('%W', 'date') and need a literal % character in the query, quadruple it ( %%%% ) in ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... params = ( 'one' , 'two' ), ) If you need to use a literal %s inside your select string, use the sequence %%s ... the list of values instead of providing a list of literal values: inner_qs = Blog . objects . filter ( name_ ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it erroneously considering an argument as a string literal when it wasn't. It now uses parser.compile_filter ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e object exists in the cache and you have stored a literal value None , use a sentinel object as the default: ...
https://man.plustar.jp/django/topics/cache.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 7324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rgument is a URL pattern name . It can be a quoted literal or any other context variable. Additional argument ... string safe for use in HTML or JavaScript template literals, but does protect you from syntax errors when usi ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... self . assertRaisesMessage ( ValueError , 'invalid literal for int()' ): int ( 'a' ) SimpleTestCase. assertWa ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
PREV 1 2 NEXT