検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 32 for annotate (0.049 sec.)
GeoDjango Model API — Django 4.0.6 ドキュメント 7217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b.models.functions import Cast Zipcode . objects . annotate ( geom = Cast ( 'geography_field' , PointField ()) ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
検索 — Django 4.0.6 ドキュメント 7217
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ields and on related models: >>> Entry . objects . annotate ( ... search = SearchVector ( 'blog__tagline' , 'b ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 7168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es.aggregates import JSONBAgg >>> Room . objects . annotate ( ... requirements = JSONBAgg ( ... 'hotelreservat ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 7168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ount' ), 7500 )) …or annotations: Book . objects . annotate ( is_short_story = LessThan ( F ( 'word_count' ), ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7120
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Meta.ordering affecting GROUP BY queries (such as .annotate().values() ) is a common source of confusion. Such ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 7120
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Manager ): def with_counts ( self ): return self . annotate ( num_responses = Coalesce ( models . Count ( "res ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7072
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ectly in QuerySet filters, without having to first annotate and then filter against the annotation. Enumeratio ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 7072
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or example: The QuerySet API is extensive. You can annotate and aggregate using many built-in database functio ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... compose complex SQL expressions. This has enabled annotate to accept expressions other than aggregates. Aggre ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 7023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... E-2022-28346 ¶ Potential SQL injection in QuerySet.annotate() , aggregate() , and extra() . Full description D ...
https://man.plustar.jp/django/releases/security.html - [similar]
PREV 1 2 3 4 NEXT