検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 32 for annotate (0.044 sec.)
Django 1.5.5 release notes — Django 4.0.6 ドキュメント 7426
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... #21126). Fixed crashes when using combinations of annotate() , select_related() , and only() (#16436). Backwa ...
https://man.plustar.jp/django/releases/1.5.5.html - [similar]
Django 3.1.2 release notes — Django 4.0.6 ドキュメント 7426
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... urned incorrectly True for GROUP BY queries (e.g. .annotate().values() ) on models with Meta.ordering . A mode ...
https://man.plustar.jp/django/releases/3.1.2.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 7378
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d sensitive_post_parameters() do is, respectively, annotate the decorated function with the names of sensitive ... variables and annotate the HttpRequest object with the names of sensitive ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 7378
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t based on the account type >>> Client . objects . annotate ( ... discount = Case ( ... When ( account_type = ... ed on the registration date >>> Client . objects . annotate ( ... discount = Case ( ... When ( registered_on__ ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 7378
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f QuerySet.values_list(..., flat=True) followed by annotate() ( #29067 ). Fixed a regression where a queryset ... that annotates with geometry objects crashes ( #29054 ). Fixed a ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 7378
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that caused a crash of QuerySet.aggregate() after annotate() on an aggregate function with a default ( #33468 ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... urn the results of the aggregate directly, or else annotate the objects in a QuerySet with the results of the ... . This feature is available as new aggregate() and annotate() methods, and is covered in detail in the ORM agg ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 7329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... part of the select clause. An example query is qs.annotate(foo=F('field')).values('pk').order_by('foo')) ( #2 ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 7329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... crash in QuerySet.values()/values_list() after an annotate() and order_by() when values()/values_list() inclu ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 7329
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... crash in QuerySet.values()/values_list() after an annotate() and order_by() when values()/values_list() inclu ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
PREV 1 2 3 4 NEXT