Results of 1 - 10 of about 84 for backends (0.052 sec.)
- Django's cache framework — Django 4.0.6 ドキュメント 12220
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ched with Django: Set BACKEND to django.core.cache.backends.memcached.PyMemcacheCache or django.core.cache.bac ...
S = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memcached.PyMemcacheCache' , 'LOCATION' : '127.0.0 ...
S = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memcached.PyMemcacheCache' , 'LOCATION' : 'unix:/t ...
S = { 'default' : { 'BACKEND' : 'django.core.cache.backends.memcached.PyMemcacheCache' , 'LOCATION' : [ '172.1 ...
-
https://man.plustar.jp/django/topics/cache.html
- [similar]
- django.db.utils — Django 4.0.6 ドキュメント 11543
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
named in Django 1.9. if backend_name == "django.db.backends.postgresql_psycopg2" : backend_name = "django.db.b ...
pful error message # listing all built-in database backends. import django.db.backends builtin_backends = [ na ...
, ispkg in pkgutil . iter_modules ( django . db . backends . __path__ ) if ispkg and name not in { "base" , " ...
dummy" } ] if backend_name not in [ "django.db.backends. %s " % b for b in builtin_backends ]: backend_rep ...
-
https://man.plustar.jp/django/_modules/django/db/utils.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 10391
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
when compared to string values. django.core.cache.backends.memcached.MemcachedCache will be removed. Support ...
s for more details on these changes. The django.db.backends.postgresql_psycopg2 module will be removed. django ...
string_concat() will be removed. django.core.cache.backends.memcached.PyLibMCCache will no longer support pass ...
moved. The authenticate() method of authentication backends will require request as the first positional argum ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]
- 設定 — Django 4.0.6 ドキュメント 10324
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ト値: { 'default' : { 'BACKEND' : 'django.core.cache.backends.locmem.LocMemCache' , } } A dictionary containing ...
エンドには、次のものがあります。 'django.core.cache.backends.db.DatabaseCache' 'django.core.cache.backends.dumm ...
y.DummyCache' 'django.core.cache.backends.filebased.FileBasedCache' 'django.core.cache.backe ...
nds.locmem.LocMemCache' 'django.core.cache.backends.memcached.PyMemcacheCache' 'django.core.cache.back ...
-
https://man.plustar.jp/django/ref/settings.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 9633
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
project コマンドラインオプション _ __contains__() (backends.base.SessionBase のメソッド) (QueryDict のメソッド ...
) __delitem__() (backends.base.SessionBase のメソッド) (HttpResponse のメソッ ...
a のメソッド) (Distance のメソッド) __getitem__() (backends.base.SessionBase のメソッド) (HttpResponse のメソッ ...
__len__() (OGRGeometry のメソッド) __setitem__() (backends.base.SessionBase のメソッド) (HttpResponse のメソッ ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
- データベース — Django 4.0.6 ドキュメント 9226
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
Oracle SQLite There are also a number of database backends provided by third parties . Django attempts to sup ...
port as many features as possible on all database backends. However, not all database backends are alike, and ...
DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.postgresql' , 'OPTIONS' : { 'service' : 'my_servic ...
DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.mysql' , 'OPTIONS' : { 'read_default_file' : '/pat ...
-
https://man.plustar.jp/django/ref/databases.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 9158
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
1.8 defines a stable API for integrating template backends. It includes built-in support for the Django templ ...
SQL and as a fixed length character field on other backends. There is a corresponding form field . Django now ...
n Oracle, and as a bigint of microseconds on other backends. Date and time related arithmetic has also been im ...
proved on all backends. There is a corresponding form field . Query Expre ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- Pythonモジュール索引 — Django 4.0.6 ドキュメント 8684
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
go's authentication framework. django.contrib.auth.backends Django's built-in authentication backend classes. ...
xtensions to the admin site. django.contrib.gis.db.backends GeoDjango's spatial database backends. django.cont ...
n utilities and base classes d django.db django.db.backends Core signals sent by the database wrapper. django. ...
db.backends.base.schema django.db.migrations Schema migration ...
-
https://man.plustar.jp/django/py-modindex.html
- [similar]
- Django 1.2 リリースノート — Django 4.0.6 ドキュメント 8345
- " + 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 compa ...
bases. As a result, the following spatial database backends are now included: django.contrib.gis.db.backends.p ...
ostgis django.contrib.gis.db.backends.mysql django.contrib.gis.db.backends.oracle django ...
.contrib.gis.db.backends.spatialite GeoDjango now supports the rich capabil ...
-
https://man.plustar.jp/django/releases/1.2.html
- [similar]
- テンプレート — Django 4.0.6 ドキュメント 8278
- " + 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 the ...
ge (DTL), and for the popular alternative Jinja2 . Backends for other template languages may be available from ...
guage outside of a Django project. django.template.backends.django.DjangoTemplates is a thin wrapper adapting ...
or Engine.from_string() . Likewise django.template.backends.django.Template is a thin wrapper adapting django. ...
-
https://man.plustar.jp/django/topics/templates.html
- [similar]