検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 200 for should (0.135 sec.)
データベース — Django 4.0.6 ドキュメント 6943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e terminates idle connections after some time, you should set CONN_MAX_AGE to a lower value, so that Django ... l system, or thanks to caching. In such cases, you should set CONN_MAX_AGE to a low value or even 0 , becaus ... the connection's isolation level or time zone, you should either restore Django's defaults at the end of eac ... 注釈 Under higher isolation levels, your application should be prepared to handle exceptions raised on seriali ...
https://man.plustar.jp/django/ref/databases.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will be readable with Django version N+1. Pickles should not be used as part of a long-term archival strate ... lue removes redundant work from the database which should result in better performance. For example, if you ... o it efficiently in SQL. Also, note that reverse() should generally only be called on a QuerySet which has a ... specify the names of fields to which the DISTINCT should apply. This translates to a SELECT DISTINCT ON SQL ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... people upgrading from previous versions of Django should read that list carefully. Python バージョン間の互換 ... supported on Python 2.5, 2.6 and 2.7. This change should affect only a small number of Django users, as mos ... recated, and thus projects upgrading to Django 1.4 should update their manage.py . (The old-style manage.py ... ationWarning ). The new recommended manage.py file should look like this: #!/usr/bin/env python import os , ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the Vary HTTP header defines which headers a cache should take into account when building its cache key. Req ... ivate header to a response to indicate that a page should never be cached. Each header is only added if it i ... object. newheaders is a list of header names that should be in Vary . If headers contains an asterisk, then ... ¶ Base class for all syndication feeds. Subclasses should provide write() . __init__ ( title , link , descri ...
https://man.plustar.jp/django/ref/utils.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 6803
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng to wrap. The function passed last_modified_func should return a standard datetime value specifying the la ... t exist. The function passed to the etag decorator should return a string representing the ETag for the reso ... cookie() , vary_on_headers() , and cache_control() should come first because RFC 7232 requires that the head ... pute both the ETag and the last modified time, you should do so. You don't know which headers any given HTTP ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 6728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n is better than less communication! Which tickets should be claimed? ¶ Going through the steps of claiming ... a patch, but it is not the only part. A good patch should also include a regression test to validate the beh ... odifies behavior of an existing feature, the patch should also contain documentation. When you think your wo ... developers . If you're not sure whether your patch should be considered non-trivial, ask on the ticket for o ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tuple of query parameters. The as_vendor() methods should use the function , template , arg_joiner , and any ... is unable to determine what field type the result should be. Complex expressions that mix field types shoul ... ding an IntegerField() and a FloatField() together should probably have output_field=FloatField() defined. T ... t determines whether or not the aggregate function should be invoked for each distinct value of expressions ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d ( model , ** hints ) ¶ Suggest the database that should be used for read operations for objects of type mo ... e ( model , ** hints ) ¶ Suggest the database that should be used for writes of objects of type Model. If a ... ¶ Return True if a relation between obj1 and obj2 should be allowed, False if the relation should be preven ... many to many operations to determine if a relation should be allowed between two objects. If no router has a ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
django.contrib.postgres.validators — Django 4.0.6 ドキュメント 6653
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... text_lazy ( "List contains %(show_value)d item, it should contain no more than " " %(limit_value)d ." , "Lis ... t contains %(show_value)d items, it should contain no more than " " %(limit_value)d ." , "lim ... text_lazy ( "List contains %(show_value)d item, it should contain no fewer than " " %(limit_value)d ." , "Li ... st contains %(show_value)d items, it should contain no fewer than " " %(limit_value)d ." , "li ...
https://man.plustar.jp/django/_modules/django/contrib/postgres/validators.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6653
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (via HTTP headers) about which parts of your site should be cached, and how. 参考 The Cache Framework desig ... Namely, you have to tell it where your cached data should live -- whether in a database, on the filesystem o ... thout a doubt, none of the Django caching backends should be used for permanent storage -- they're all inten ... 'LOCATION' : 'c:/foo/bar' , } } The directory path should be absolute -- that is, it should start at the roo ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT