検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 110 for Single (0.019 sec.)
The syndication feed framework — Django 4.0.6 ドキュメント 6565
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... description() on the Feed class. They are passed a single parameter, item , which is the object itself. Thes ... ay to the title and description, it is passed it a single parameter, item . If that method doesn't exist, Dj ... ures hook or, alternatively and if you only have a single enclosure per item, the item_enclosure_url , item_ ... r generating feeds' XML. This framework lives in a single module: django/utils/feedgenerator.py . You use th ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
django.utils.safestring — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed data as safe. Can be called multiple times on a single string. """ if hasattr ( s , "__html__" ): return ...
https://man.plustar.jp/django/_modules/django/utils/safestring.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the ticket description or comment unless it's a single line patch. Name the patch file with a .diff exten ... suite passing? All tickets ¶ Is the pull request a single squashed commit with a message that follows our co ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
The flatpages app — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... flatpages/default.html . It passes that template a single context variable, flatpage , which is the flatpage ... ile default.html . Flatpage templates are passed a single context variable, flatpage , which is the flatpage ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
PostgreSQL specific query expressions — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... which must use QuerySet.values() to return only a single column. This class differs from ArrayAgg in the wa ...
https://man.plustar.jp/django/ref/contrib/postgres/expressions.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et template. By default, the dictionary contains a single key, 'widget' , which is a dictionary representati ... lue. You may provide the empty string ( '' ) for a single key, in order to suppress the suffix for one widge ... dict ( data , files , name ) # DateField expects a single string that it can parse into a date. return ' {} ... o use this widget with a DateField , which takes a single value, we have overridden this method. The impleme ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mediately. When called, callbacks will be passed a single argument -- the rendered SimpleTemplateResponse in ... st-render callback, define a function that takes a single argument -- response -- and register that function ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample, this used to work: # Find text containing a single backslash MyModel . objects . filter ( text__conta ... d should be rewritten as: # Find text containing a single backslash MyModel . objects . filter ( text__conta ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... spaces between HTML tags, instead of preserving a single space. Local flavors ¶ U.S. local flavor ¶ django. ... first! For SQLite, this means making a copy of the single file that stores the database (the name of that fi ... uiltins ¶ _() (the callable object whose name is a single underscore) is no longer monkeypatched into builti ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 2.0.4 リリースノート — Django 4.0.6 ドキュメント 6463
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an Exists() annotation of a queryset containing a single field ( #29195 ). Fixed admin autocomplete widget' ...
https://man.plustar.jp/django/releases/2.0.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT