検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 133 for before (0.044 sec.)
Triaging tickets — Django 4.0.6 ドキュメント 8023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l be accepted for that feature. Seek more feedback before writing an extensive patch if you are in doubt. Ac ... mplete documentation of features is a prerequisite before we can check them into the codebase. Needs tests ¶ ... y blockers, that is, issues which should get fixed before releasing the next version of Django. Typically th ... et. Always use the mailing list to get a consensus before reopening tickets closed as "wontfix". duplicate U ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... > An aggregate within a values() clause is applied before other arguments within the same values() clause. I ... s true to the front of the result set ( True sorts before False in a descending ordering). This shows, by th ... ue , fields are converted to the current time zone before filtering. This requires time zone definitions in ... time fields are converted to the current time zone before filtering. This requires time zone definitions in ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 8023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s part of the good practices you should adopt even before you start thinking about improving performance. In ... l-life case you need to consider what is happening before and after your count to work out what's an optimal ... を遅らせます。 Laziness allows us to refer to things before they are instantiated, or even before it's possibl ... us uses. For example, lazy translation can be used before the target language is even known, because it does ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 8023
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o make sure that they are "appropriate" for saving before doing so. If you trust your data source you can in ... JSON ¶ When staying with the same example data as before it would be serialized as JSON in the following wa ... ll serialize any model with a natural_key() method before serializing standard primary key objects. However, ... a natural key depends occur in the serialized data before the natural key requires them. To control this ord ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 7685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... release, and we'll be introducing further changes before 1.0. For a clear look at which areas of the framew ... ork will change (and which ones will not change) before 1.0, see the api-stability.txt file, which lives i ... tely, most of Django's core APIs won't be changing before version 1.0. There likely won't be as big of a cha ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7685
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... not support Python 3.x at this time. At some point before the release of Django 1.4, we plan to publish a do ... (The old-style manage.py will continue to work as before until Django 1.6. In 1.5 it will raise Deprecation ... e read the documentation for further clarification before using this backend. See the cookie-based session b ... f reverse() was added to allow using URL reversals before the project's URLconf gets loaded. URL パターンを翻 ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
設定 — Django 4.0.6 ドキュメント 7516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TIMEOUT ¶ デフォルト値: 300 The number of seconds before a cache entry is considered stale. If the value of ... token, SessionMiddleware must appear in MIDDLEWARE before any middleware that may raise an exception to trig ... ializes the database into an in-memory JSON string before running tests (used to restore the database state ... e maximum size in bytes that a request body may be before a SuspiciousOperation ( RequestDataTooBig ) is rai ...
https://man.plustar.jp/django/ref/settings.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 7516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is useful for when you need to use a URL reversal before your project's URLConf is loaded. Some common case ... New in Django 3.2. The list of URL patterns tried before the URL either matched one or exhausted available ... to test whether a view would raise a Http404 error before redirecting to it: from urllib.parse import urlpar ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ure in Django 1.5 is the configurable User model . Before Django 1.5, applications that wanted to use Django ... lated . Explicit support for streaming responses ¶ Before Django 1.5, it was possible to create a streaming ... incompatible if you rely on the signal being fired before sending the response content to the client. If you ... without a content_type , you must encode your data before passing it to the test client and set the content_ ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 7516
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... query arguments to the correct database-level type before querying. However, three model field classes did n ... ed to convert their arguments to the correct types before querying. Additionally, developers of custom model ... uted in autocommit mode, outside of a transaction. Before Django 1.6, Django's automatic transactions mode a ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT