検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 153 for don (0.026 sec.)
Coding style — Django 4.0.6 ドキュメント 13694
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontains some excluded files (deprecated modules we don't care about cleaning up and some third-party code ... o vendors) as well as some excluded errors that we don't consider as gross violations. Remember that PEP ... n exception to PEP 8 is our rules on line lengths. Don't limit lines of code to 79 characters if it means ... se, so the other formatting methods are preferred. Don't waste time doing unrelated refactoring of existi ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Submitting patches — Django 4.0.6 ドキュメント 9567
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... now that a particular bug or feature is being worked on. If you have identified a contribution you want t ... that ticket in a reasonably timely fashion. If you don't have time to work on it, either unclaim it or do ... updated by posting comments on the ticket. If you don't provide regular updates, and you don't respond t ... bugs that will only take a few minutes to fix, you don't need to jump through the hoops of claiming ticke ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 9428
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the result of an expensive calculation so that you don't have to perform the calculation next time. Here' ... he system that lets you save dynamic pages so they don't have to be calculated for each request. For conv ... sed caches. These are the types of caches that you don't directly control but to which you can provide hi ... mory isn't intended for permanent data storage, so don't rely on memory-based caching as your only data s ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Advice for new contributors — Django 4.0.6 ドキュメント 9126
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor and not sure what to do? Want to help but just don't know how to get started? This is the section for ... at adds a test for the bug's behavior, even if you don't fix the bug itself. See more at How can I help w ... familiar with, or that you want to learn about You don't already have to be an expert on the area you wan ... If you're really not certain if a ticket is ready, don't mark it as such. Leave a comment instead, lettin ...
https://man.plustar.jp/django/internals/contributing/new-contributors.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 9126
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a complex database-dependent topic that will depend on your particular application. The overhead of main ... ィールドタイプの適切な使用。 We will assume you have done the things listed above. The rest of this documen ... ¶ When you only want a dict or list of values, and don't need ORM model objects, make appropriate usage o ... rySet.defer() や only() を使用する ¶ Use defer() and only() if there are database columns you know that y ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 8393
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt to determine if at least one result exists (and don't need the actual objects), it's more efficient to ... , refer to the expression parts by their aliases and only use annotate() for the final result. order_by() ... specified order. A particular ordering is guaranteed only when ordering by a set of fields that uniquely ... note that reverse() should generally only be called on a QuerySet which has a defined ordering (e.g., wh ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
FAQ: インストール — Django 4.0.6 ドキュメント 7951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if you just want to experiment with Django -- you don't need to have a separate web server installed or ... Python 3 の中でも最新バージョンを推奨します。 You don't lose anything in Django by using an older releas ... e, but you don't take advantage of the improvements and optimizat ... 終了 , 追加 , セキュリティ , 参照 , 最新 , 本番 , don クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/faq/install.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 7951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e style of the buffer. OpenLayersWidget is now based on OpenLayers 4.6.5 (previously 3.20.1). django.cont ... ave to define the PASSWORD_HASHERS setting (if you don't already) and include 'django.contrib.auth.hasher ... smetic except perhaps for antiquated browsers that don't parse the new format. allowed_hosts is now a req ... your code to confirm that your usage of these APIs don't rely on the old behavior. Since migrations are n ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing the 'encoding' codec. If strings_only is True, don't convert (some) non-string-like objects. """ if i ... han kept as lazy objects. If strings_only is True, don't convert (some) non-string-like objects. """ # Ha ... specified in 'encoding'. If strings_only is True, don't convert (some) non-string-like objects. """ if i ... han kept as lazy objects. If strings_only is True, don't convert (some) non-string-like objects. """ # Ha ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... number of tickets have patches, but those patches don't meet all the requirements of a good patch . One ... ticket is valid and is in some stage of being worked on. Beyond that there are several considerations: Ac ... ts are uncommon and overall less useful since they don't describe concrete actionable issues. They are en ... cket can be resolved in a number of ways: fixed Used once a patch has been rolled into Django and the iss ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT