検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 20 for annotation (0.036 sec.)
クエリー式 — Django 4.0.6 ドキュメント 7851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed as part of an update, create, filter, order by, annotation, or aggregate. When an expression outputs a boolea ... ( F ( 'num_employees' ), F ( 'num_chairs' ))) # or annotations. Company . objects . annotate ( need_chairs = Gre ... ented in using F() expressions in queries . F() を annotation と一緒に使う ¶ F() can be used to create dynamic f ... ated. See Conditional aggregation and Filtering on annotations for example usage. The default argument takes a v ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 2.0.4 リリースノート — Django 4.0.6 ドキュメント 7851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es ¶ Fixed a crash when filtering with an Exists() annotation of a queryset containing a single field ( #29195 ) ...
https://man.plustar.jp/django/releases/2.0.4.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 7851
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rash if it contained an aggregation and a Q object annotation ( #32007 ). Fixed a bug in Django 3.1 where a test ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 7698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sabled ( #25545 ). Allowed filtering over a RawSQL annotation ( #25506 ). Made the Concat database function idem ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7545
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ved in Django 1.10: Query.aggregates , replaced by annotations . Query.aggregate_select , replaced by annotation ... _select . Query.add_aggregate() , replaced by add_annotation() . Query.set_aggregate_mask() , replaced by set_a ... Query.append_aggregate_mask() , replaced by append_annotation_mask() . Extending management command arguments th ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 7239
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uerySet.exists() returning incorrect results after annotation with Count() ( #24835 ). Corrected HStoreField.has ... replacement) migrations ( #24628 ). Fixed queryset annotations when using Case expressions with exclude() ( #248 ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 7086
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted in documentation using the .. deprecated:: A.B annotation. Include a short description and a note about the ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 7086
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the right hand side of a filter or directly as an annotation. bilateral ¶ A boolean indicating whether this tra ... ilter ( LessThan ( F ( 'word_count' ), 7500 )) …or annotations: Book . objects . annotate ( is_short_story = Les ... Django 4.0: Support for using lookups in QuerySet annotations, aggregations, and directly in filters was added. ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6933
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ods (e.g. aggregate() ), you must promote it to an annotation: Blog . objects . alias ( entries = Count ( 'entry ... arguments will use the keyword as the name for the annotation. Anonymous arguments will have a name generated fo ... 釈 order_by() clause will be ignored if it contains annotations, inherited fields, or lookups spanning relations. ... ated. See Conditional aggregation and Filtering on annotations for example usage. default ¶ New in Django 4.0. A ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6780
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ving to first annotate and then filter against the annotation. Enumerations for model field choices ¶ Custom enu ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
PREV 1 2 NEXT