検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for Subquery (0.002 sec.)
クエリー式 — Django 4.0.6 ドキュメント 16145
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ついては Conditional Expressions を読んでください。 Subquery() 式 ¶ class Subquery ( queryset , output_field = ... None ) ¶ You can add an explicit subquery to a QuerySet using the Subquery expression. For e ... post: >>> from django.db.models import OuterRef , Subquery >>> newest = Comment . objects . filter ( post = O ... st . objects . annotate ( newest_commenter_email = Subquery ( newest . values ( 'email' )[: 1 ])) On PostgreSQ ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 9825
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 3.0 that didn't include columns referenced by a Subquery() in the GROUP BY clause ( #31094 ). Fixed a regre ... shed if a queryset contained an aggregation over a Subquery() ( #31109 ). Fixed a regression in Django 3.0 tha ... igration , key , トピック , previous , up , next , Subquery , crashed クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
Django 3.0.6 リリースノート — Django 4.0.6 ドキュメント 9052
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django 3.0 that caused a crash when filtering a Subquery() annotation of a queryset containing a single rel ... , previous , up , next , Bugfixes , ドキュメント , Subquery , 検索 , クイック , SimpleLazyObject クイック検索 ...
https://man.plustar.jp/django/releases/3.0.6.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 8541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ashed if a queryset contained an aggregation and a subquery annotation ( #31566 ). Fixed a regression in Djang ... ixed a regression in Django 3.0 where all resolved Subquery() expressions were considered equal ( #31607 ). Fi ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 3.0.3 リリースノート — Django 4.0.6 ドキュメント 8377
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... った SQL インジェクションが存在しました。 Bugfixes ¶ Subquery() アノテーションから DateField 、 DateTimeField 、 ... に合致するようなチェックを修正しました ( #31155 )。 Subquery を利用した際、 filter 引数のある ArrayAgg と Strin ...
https://man.plustar.jp/django/releases/3.0.3.html - [similar]
Django 1.11.25 リリースノート — Django 4.0.6 ドキュメント 8031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 23. Bugfixes ¶ Fixed a crash when filtering with a Subquery() annotation of a queryset containing django.contr ...
https://man.plustar.jp/django/releases/1.11.25.html - [similar]
Django 2.1.13 リリースノート — Django 4.0.6 ドキュメント 8031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 11. Bugfixes ¶ Fixed a crash when filtering with a Subquery() annotation of a queryset containing django.contr ...
https://man.plustar.jp/django/releases/2.1.13.html - [similar]
Django 3.0.11 release notes — Django 4.0.6 ドキュメント 8031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed a regression in Django 3.0.7 that didn't use Subquery() aliases in the GROUP BY clause ( #32152 ). 目次 ...
https://man.plustar.jp/django/releases/3.0.11.html - [similar]
Django 1.11.7 リリースノート — Django 4.0.6 ドキュメント 7949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lls_last ( #28722 ). Fixed unquoted table names in Subquery SQL when using OuterRef ( #28689 ). 目次 Django 1. ...
https://man.plustar.jp/django/releases/1.11.7.html - [similar]
Django 2.0.6 リリースノート — Django 4.0.6 ドキュメント 7949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 15 ). Fixed a regression that added an unnecessary subquery to the GROUP BY clause on MySQL when using a RawSQ ...
https://man.plustar.jp/django/releases/2.0.6.html - [similar]
PREV 1 2 3 NEXT