検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 169 for order (0.086 sec.)
Conditional Expressions — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion in the provided When() objects is evaluated in order, until one evaluates to a truthful value. The resu ... 注釈 Remember that the conditions are evaluated in order, so in the above example we get the correct result ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a password reset token for the matched account. In order to avoid this vulnerability, password reset reques ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in a key collision, and potential data leakage. In order to avoid this vulnerability, key validation is add ... restoring the ability to use field lookups in Meta.ordering ( #31538 ). Fixed a regression in Django 3.0 wh ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HING_ALGORITHM to 'sha1' during the transition, in order to allow compatibility with the older versions of ... sidebar requires access to the current request in order to set CSS and ARIA role affordances. This require ... ) 0 for negative numbers which round to zero. Meta.ordering and Meta.unique_together options on models in d ... alid_list . Passing raw column aliases to QuerySet.order_by() is deprecated. The same result can be achieve ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt classes you're using, and how method resolution order will affect which versions of the methods will be ... called in what order. The reference documentation for Django's class-ba ... g off the publisher found as the single object. In order to do this, we need to have two different queryset ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . objects . all ()[: 10 : 2 ] Further filtering or ordering of a sliced queryset is prohibited due to the a ... his returns the first Entry in the database, after ordering entries alphabetically by headline: >>> Entry . ... objects . order_by ( 'headline' )[ 0 ] 上の例は次のコードとほとんど ... 同じです。 >>> Entry . objects . order_by ( 'headline' )[ 0 : 1 ] . get () ただし、与えら ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is technique lets language-specific translations reorder the placeholder text. For example, an English tran ... の使用 Django は、UTF-8 でエンコードされ BOM (Byte Order Mark) を持たない .po ファイルのみをサポートします。 ... re' to your MIDDLEWARE setting. Because middleware order matters, follow these guidelines: Make sure it's o ... se CommonMiddleware needs an activated language in order to resolve the requested URL. If you use CacheMidd ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ething useful, preferably as early as possible, in order to give them confidence. Explain the nature of the ... ing_wordlist (please keep the list in alphabetical order). Link check ¶ Links in documentation can become b ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o perform an SQL query to determine the version in order to figure out what features are available. Advance ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5299
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or tuple of functions. They are wrapped in reverse order so that the call order is the order in which the f ...
https://man.plustar.jp/django/ref/utils.html - [similar]