検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for clause (0.043 sec.)
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 8043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nced in order_by() , but wasn't part of the select clause. An example query is qs.annotate(foo=F('field')).v ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 8043
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed in a crash ( #24705 ). Fixed incorrect GROUP BY clause generation on MySQL when the query's model has a s ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... need to specify an authenticated user using a for clause. For example: {% get_flatpages for someuser as abo ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
データベース — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... default, the Oracle backend uses a RETURNING INTO clause to efficiently retrieve the value of an AutoField ... iew with an INSTEAD OF trigger. The RETURNING INTO clause can be disabled by setting the use_returning_into ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of lookups, the Django API for building the WHERE clause of a database query. To learn how to use lookups, ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
Paginator — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rySet s should be ordered, e.g. with an order_by() clause or with a default ordering on the model. 巨大な Qu ...
https://man.plustar.jp/django/ref/paginator.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The new FilteredRelation class allows adding an ON clause to querysets. ページネーション ¶ Added Paginator.g ... ow expressions, set DatabaseFeatures.supports_over_clause to True . You may need to customize the DatabaseOp ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
多対一 (many-to-one) 関係 — Django 4.0.6 ドキュメント 7652
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . This translates to an AND condition in the WHERE clause: >>> Article . objects . filter ( reporter__first_ ...
https://man.plustar.jp/django/topics/db/examples/many_to_one.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 7521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... distance between them. When used in an order_by() clause, it provides index-assisted nearest-neighbor resul ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 7521
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tement in Python . Case() also works in a filter() clause. For example, to find gold clients that registered ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
PREV 1 2 3 NEXT