Results of 51 - 60 of about 84 for backends (0.106 sec.)
- Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 6029
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
b.auth.authenticate() when multiple authentication backends don't accept a positional request argument ( #2820 ...
-
https://man.plustar.jp/django/releases/1.11.2.html
- [similar]
- Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 6029
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ty, key validation is added to the memcached cache backends. CVE-2020-13596: Possible XSS via admin ForeignKey ...
-
https://man.plustar.jp/django/releases/3.0.7.html
- [similar]
- Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6029
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
できる。 ただ一つだけ設定が存在すれば AUTHENTICATION_BACKENDS の backend を利用する。 いずれにも該当しなかった場 ...
end あるいは属性値 user.backend は( AUTHENTICATION_BACKENDS で定義されているのと同様に)ドット付きのインポート先 ...
をチェックしませんが、デフォルトの AUTHENTICATION_BACKENDS はアクティブでないユーザを拒否します。 参考 もし D ...
ェックしません。しかし、デフォルトの AUTHENTICATION_BACKENDS が非アクティブのユーザを拒否します。 テストをパスし ...
-
https://man.plustar.jp/django/topics/auth/default.html
- [similar]
- Advanced testing topics — Django 4.0.6 ドキュメント 6029
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.mysql' , 'NAME' : 'myproject' , 'HOST' : 'dbprimar ...
er settings }, 'replica' : { 'ENGINE' : 'django.db.backends.mysql' , 'NAME' : 'myproject' , 'HOST' : 'dbreplic ...
es will output SQL queries logged to the django.db.backends logger as well as the traceback. If verbosity is 2 ...
-
https://man.plustar.jp/django/topics/testing/advanced.html
- [similar]
- Model Meta options — Django 4.0.6 ドキュメント 5961
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
lso be used with Django's other supported database backends; except for Oracle, however, the quotes have no ef ...
kip some models when testing with several database backends. Avoid relations between models that may or may no ...
-
https://man.plustar.jp/django/ref/models/options.html
- [similar]
- Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5961
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ists, marking each item in the list as safe. Cache backends now support incr() and decr() commands to incremen ...
t and decrement the value of a cache key. On cache backends that support atomic increment/decrement -- most no ...
-
https://man.plustar.jp/django/releases/1.1.html
- [similar]
- Django 1.2.4 release notes — Django 4.0.6 ドキュメント 5961
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
suite with runtests.py and using spatial database backends . 目次 Django 1.2.4 release notes Backwards incomp ...
-
https://man.plustar.jp/django/releases/1.2.4.html
- [similar]
- Django 1.5.2 release notes — Django 4.0.6 ドキュメント 5961
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
down aliases (#20681). Fixed the django.core.cache.backends.memcached.MemcachedCache backend's get_many() meth ...
-
https://man.plustar.jp/django/releases/1.5.2.html
- [similar]
- GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 5893
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ookups with rasters are only supported for PostGIS backends (denominated as PGRaster in this section). bbconta ...
ode . objects . filter ( poly__bbcontains = geom ) Backend SQL Equivalent PostGIS poly ~ geom MariaDB MBRConta ...
ode . objects . filter ( poly__bboverlaps = geom ) Backend SQL Equivalent PostGIS poly && geom MariaDB MBROver ...
code . objects . filter ( poly__contained = geom ) Backend SQL Equivalent PostGIS poly @ geom MariaDB MBRWithi ...
-
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html
- [similar]
- メッセージフレームワーク — Django 4.0.6 ドキュメント 5893
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ies (and hence sessions) work, the behavior of any backends that make use of cookies or sessions is undefined ...
or: MESSAGE_LEVEL MESSAGE_STORAGE MESSAGE_TAGS For backends that use cookies, the settings for the cookie are ...
-
https://man.plustar.jp/django/ref/contrib/messages.html
- [similar]