検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 171 for we (0.111 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 5056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... che framework ¶ A fundamental trade-off in dynamic websites is, well, they're dynamic. Each time a user ... requests a page, the web server makes all sorts of calculations -- from da ... le-off-the-filesystem server arrangement. For most web applications, this overhead isn't a big deal. Mos ... t web applications aren't washingtonpost.com or slashdo ...
https://man.plustar.jp/django/topics/cache.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 5056
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... price__max' : Decimal ( '81.20' )} # Difference between the highest priced book and the average price of ... es. See also Conditional aggregation . Choosing between filter and QuerySet.filter() Avoid using the fil ... esult for each object in the original QuerySet . However, when a values() clause is used to constrain th ... abase, annotated with their average book rating. However, the result will be slightly different if you u ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eason for not subtracting and escaping "/" is that we are escaping # the entire path, not a path segment ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ubject = self . format_subject ( subject ) # Since we add a nicely formatted traceback on our own, creat ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the failing package's documentation or search the web with the error message that you encounter. テスト ... するテストの実装 ¶ In order to resolve this ticket, we'll add a make_toast() function to the django.short ... cuts module. First we are going to write a test that tries to use the fu ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... arPop returns the general population covariance. However, if sample=True , the return value will be the ... f there aren't any matching rows. Usage examples ¶ We will use this example table: | FIELD1 | FIELD2 | F ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
データベース — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y features as possible on all database backends. However, not all database backends are alike, and we've ... on which features to support and which assumptions we can make safely. This file describes some of the f ... fter some time, you should set CONN_MAX_AGE to a lower value, so that Django doesn't attempt to use a co ... pically outputs a single CREATE INDEX statement. However, if the database type for the field is either v ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Related objects reference — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Using add() with a many-to-many relationship, however, will not call any save() methods (the bulk arg ... at defines the relationship. In the above example, we don't pass the parameter blog to create() . Django ... figures out that the new Entry object's blog field should be set to b . Use ... Using remove() with a many-to-many relationship, however, will delete the relationships using QuerySet.d ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ate instead of an XML-based one (like Zope's TAL)? We wanted Django's template language to be usable for ... using filters . Filters look like this: {{ name|lower }} . This displays the value of the {{ name }} va ... riable after being filtered through the lower filter, which converts text to lowercase. Use a p ... 力は 117.7 MB になります。 Again, these are just a few examples; see the built-in filter reference for the ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 4988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... llows: All keyword parameter names are turned to lowercase, and underscores are converted to hyphens. If ... are named in the Vary header of the response, but we want to prevent response generation. The list of h ... e ages some data out of the cache, this means that we have to build the response once to get at the Vary ... me module. They raise ValueError if their input is well formatted but isn't a valid date or time. They r ...
https://man.plustar.jp/django/ref/utils.html - [similar]