検索

phrase: max: clip:
target: order:
Results of 21 - 27 of about 27 for Subquery (0.007 sec.)
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 7685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Fixed crash when using a Window() expression in a subquery ( #29172 ). Fixed AbstractBaseUser.normalize_usern ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 7603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed a regression causing incorrect queries for __in subquery lookups when models use ForeignKey.to_field ( #281 ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7603
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... タムウィジェットを調整する必要があるかもしれません。 Subquery 表現 ¶ 新たな Subquery と Exists データベース表現に ... のインデックス テンプレートベースのウィジェット表示 Subquery 表現 マイナーな機能 django.contrib.admin django.co ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7356
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r is now available. It is now allowed to include a subquery as a geographic lookup argument, for example City. ... pper . The SQLCompiler.as_sql() method now takes a subquery parameter ( #24164 ). The BaseDatabaseOperations.d ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... alias (for example, when the queryset is used as a subquery in yet another query). 警告 You should be very car ... try ; The next example is more advanced; it does a subquery to give each resulting Blog object an entry_count ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ger happens so the "IN" SQL is now "=", and if the subquery returns multiple results, at least some databases ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7093
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( 'pub_date__year' ) . annotate ( ... top_rating = Subquery ( ... Entry . objects . filter ( ... pub_date__yea ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
PREV 1 2 3 NEXT