検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 98 for backend (0.030 sec.)
Django's cache framework — Django 4.0.6 ドキュメント 12727
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and pymemcache . To use Memcached with Django: Set BACKEND to django.core.cache.backends.memcached.PyMemcache ... Cache or django.core.cache.backends.memcached.PyLibMCCache (depending on your chosen ... the pymemcache binding: CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memcached.PyMemcach ... the pymemcache binding: CACHES = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memcached.PyMemcach ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 12270
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Do this by using copy.deepcopy directly. Database backend functions ¶ Database backend functions have been r ... enamed ¶ Almost all of the database backend-level functions have been renamed and/or relocated ... l of which are in django.db : Old (0.96) New (1.0) backend.get_autoinc_sql connection.ops.autoinc_sql backend ... t_date_extract_sql connection.ops.date_extract_sql backend.get_date_trunc_sql connection.ops.date_trunc_sql b ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
django.db.utils — Django 4.0.6 ドキュメント 10767
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : """ Context manager and decorator that reraises backend-specific database exceptions using Django's common ... func ( * args , ** kwargs ) return inner def load_backend ( backend_name ): """ Return a database backend's ... "base" module given a fully qualified database backend name, or raise an error if it doesn't exist. """ # ... This backend was renamed in Django 1.9. if backend_name == "dja ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 10140
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t lookups are compatible with a particular spatial backend, refer to the spatial lookup compatibility table . ... ookups with rasters are only supported for PostGIS backends (denominated as PGRaster in this section). bbcont ... ode . objects . filter ( poly__bbcontains = geom ) Backend SQL Equivalent PostGIS poly ~ geom MariaDB MBRCont ... ode . objects . filter ( poly__bboverlaps = geom ) Backend SQL Equivalent PostGIS poly && geom MariaDB MBROve ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
設定 — Django 4.0.6 ドキュメント 9643
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... みください。 CACHES ¶ デフォルト値: { 'default' : { 'BACKEND' : 'django.core.cache.backends.locmem.LocMemCache' ... es may also be specified. If you are using a cache backend other than the local memory cache, or you need to ... quired. The following cache options are available. BACKEND ¶ デフォルト値: '' (空文字列) 使用するキャッシュ用 ... エンドには、次のものがあります。 'django.core.cache.backends.db.DatabaseCache' 'django.core.cache.backends.dum ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 8964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rements . Customization of email sending via email backends . New "smart" if template tag which supports comp ... mentation of this in core, a custom authentication backend can provide this implementation and it will be use ... for anonymous users ¶ If you provide a custom auth backend with supports_anonymous_user set to True , Anonymo ... usUser will check the backend for permissions, just like User already did. This ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 8520
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if you don't use templates). Django ships built-in backends for its own template system, creatively called th ... ge (DTL), and for the popular alternative Jinja2 . Backends for other template languages may be available fro ... third-parties. You can also write your own custom backend, see Custom template backend Django は、バックエン ... guage outside of a Django project. django.template.backends.django.DjangoTemplates is a thin wrapper adapting ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 8180
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s | up | next » How to implement a custom template backend ¶ カスタムのバックエンド ¶ Here's how to implement ... a custom template backend in order to use another template system. A templat ... e backend is a class that inherits django.template.backends. ... otExist , TemplateSyntaxError from django.template.backends.base import BaseEngine from django.template.backe ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
django.core.mail — Django 4.0.6 ドキュメント 8075
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go/core/mail.py before the introduction of email # backends and the subsequent reorganization (See #10355) fr ... _managers" , ] [ドキュメント] def get_connection ( backend = None , fail_silently = False , ** kwds ): """Loa ... d an email backend and return an instance of it. If backend is None ( ... default), use settings.EMAIL_BACKEND. Both fail_silently and other keyword arguments ar ...
https://man.plustar.jp/django/_modules/django/core/mail.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7905
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... est the interactions between your site's front and back ends more comprehensively. See the documentation for ... ng docs for more information. Cookie-based session backend ¶ Django 1.4 introduces a cookie-based session bac ... tation for further clarification before using this backend. See the cookie-based session backend docs for mor ... tep. Django 1.4 ships with a session-based storage backend and a cookie-based storage backend. The latter use ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT