検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 60 for cached (0.052 sec.)
Django 3.2 release notes — Django 4.0.6 ドキュメント 7256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he support ¶ The new django.core.cache.backends.memcached.PyMemcacheCache cache backend allows using the pym ... emcache library for memcached. pymemcache 3.4.0 or higher is required. For more ... HOUSAND_SEPARATOR for the active locale. Templates cached with Cached template loaders are now correctly rel ... onfigurations, the first request to any previously cached value will be a cache miss. ForeignKey.validate() ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 7256
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... general, attributes that are not callable will be cached. For example, assuming the example blog models : > ... ject is retrieved at this point >>> entry . blog # cached version, no DB access その一方で、通常呼び出し可能 ... にキャッシングを実装するのはあなた次第です。たとえば cached_property デコレータを使用します。 with テンプレート ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 7125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango41Warning from django.utils.functional import cached_property from django.utils.module_loading import i ... % ( self . __class__ . __name__ , self . label ) @cached_property def default_auto_field ( self ): from dja ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 7125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Vary: Cookie header to ensure caches do not serve cached data to requests from other sessions. However, old ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 7125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Vary: Cookie header to ensure caches do not serve cached data to requests from other sessions. However, old ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 7125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ier versions of Django. Fixed a memory leak in the cached template loader ( #26306 ). Fixed a regression tha ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 7125
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Subsequent evaluations of the QuerySet reuse the cached results. Keep this caching behavior in mind, becau ... the items returned by the subsequent query are not cached. Specifically, this means that limiting the querys ... rint ( e . blog ) # Doesn't hit the database; uses cached version. select_related() QuerySet メソッドは、事前 ... rint ( e . blog ) # Doesn't hit the database; uses cached version. >>> print ( e . blog ) # Doesn't hit the ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6994
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an that: on the first request, the current site is cached, and any subsequent call returns the cached data i ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 6994
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e reloaded from disk. In Django 1.2, you can use a cached template loader to load templates once, then cache ... hey may also cause problems when used with the new cached template loader . All of the built-in Django templ ... ate tags are safe to use with the cached loader, but if you're using custom template tags t ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 6994
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Vary: Cookie header to ensure caches do not serve cached data to requests from other sessions. However, old ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]
PREV 1 2 3 4 5 6 NEXT