検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 169 for order (0.064 sec.)
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 5864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Set.values()/values_list() after an annotate() and order_by() when values()/values_list() includes a field ... not in the order_by() ( #25316 ). 目次 Django 1.8.8 リリースノート ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 5864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... regression that caused sliced QuerySet.distinct().order_by() followed by count() to crash ( #29108 ). Prio ... "undefined" ( #29109 ). Fixed crash with QuerySet.order_by(Exists(...)) ( #29118 ). Made Q.deconstruct() d ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 5864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... otential vector for a denial-of-service attack. In order to mitigate this issue, relatively long values are ... method calls, if passed a suitably crafted key. In order to avoid this possibility, dictsort now works with ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 5864
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you frequently query using filter() , exclude() , order_by() , etc. as indexes may help to speed up lookup ... ntry . blog_id instead of: entry . blog . id Don't order results if you don't care ¶ Ordering is not free; ... each field to order by is an operation the database must perform. If a ... model has a default ordering ( Meta.ordering ) and you don't need it, remove ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
設定 — Django 4.0.6 ドキュメント 5796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ends. COLLATION ¶ デフォルト値: None The collation order to use when creating the test database. This value ... default , which has no dependencies. The creation-order dependencies of the database. See the documentatio ... n on controlling the creation order of test databases for details. MIGRATE ¶ デフォルト ... ing data on a date field. Formats will be tried in order, using the first valid one. Note that these format ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 5796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixed queries where an expression was referenced in order_by() , but wasn't part of the select clause. An ex ... query is qs.annotate(foo=F('field')).values('pk').order_by('foo')) ( #24615 ). Fixed a database table name ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 5796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Set.values()/values_list() after an annotate() and order_by() when values()/values_list() includes a field ... not in the order_by() ( #25316 ). 目次 Django 1.9.1 リリースノート ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 5796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... edis servers are protected with authentication. In order to supply a username and password, add them in the ... l need to assign a name to at least one of them in order to keep them separate. The cache uses a least-rece ... st be last. The details are a bit obscure, but see Order of MIDDLEWARE below if you'd like the full story. ... RL -- e.g., "https://www.example.com/stories/2005/?order_by=author" . This means every request to that URL ...
https://man.plustar.jp/django/topics/cache.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e. It intentionally ignores some complex issues in order to demonstrate how routers are used. This example ... AuthRouter' , 'path.to.PrimaryReplicaRouter' ] The order in which routers are processed is significant. Rou ... ters will be queried in the order they are listed in the DATABASE_ROUTERS setting. I ... OUTERS setting listed the two routers in the other order, PrimaryReplicaRouter.allow_migrate() would be pro ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
GeoDjango Forms API — Django 4.0.6 ドキュメント 5740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ovides some specialized form fields and widgets in order to visually display and edit geolocalized data on ... elivery network. You can subclass these widgets in order to specify your own version of the OpenLayers.js f ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT