検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 84 for backends (0.050 sec.)
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 8142
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... serMiddleware' , '...' , ] 続いて、 AUTHENTICATION_BACKENDS 設定の ModelBackend を RemoteUserBackend に変更しま ... す: AUTHENTICATION_BACKENDS = [ 'django.contrib.auth.backends.RemoteUserBacken ... 存在しない場合のフォールバックとして AUTHENTICATION_BACKENDS のリストに 'django.contrib.auth.backends.ModelBack ... 理しません。これらのインタフェースは AUTHENTICATION_BACKENDS の設定にかかわらず、データベース中のユーザだけを管 ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 7790
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ous | up | next » GeoDjango Database API ¶ Spatial Backends ¶ GeoDjango currently provides the following spati ... al database backends: django.contrib.gis.db.backends.postgis django.con ... trib.gis.db.backends.mysql django.contrib.gis.db.backends.oracle django ... .contrib.gis.db.backends.spatialite MySQL Spatial Limitations ¶ Before MySQ ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.4.21 release notes — Django 4.0.6 ドキュメント 7790
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tore ¶ In previous versions of Django, the session backends created a new empty record in the session storage ... ession records to be evicted. The built-in session backends now create a session record only if the session is ... ons framework), maintainers of third-party session backends should check whether the same vulnerability is pre ... validate , validators , records , built , record , backends クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.4.21.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 7654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... keys that failed to be inserted. For the built-in backends, failed inserts can only happen on memcached. ファ ... optional dictionary of keyword parameters, if the backend supports this feature. Of Django's built-in backend ... changes that may be needed in third-party database backends. The DatabaseOperations.datetime_cast_date_sql() , ... SQL and a list of parameters. Third-party database backends should add a DatabaseWrapper.display_name attribut ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 7654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... TestCase test on SQLite 3.20+, just like on other backends that support deferrable constraints. These checks ... changes that may be needed in third-party database backends. Third-party database backends must implement supp ... _check_constraints to False . Third party database backends must implement support for ignoring constraints or ... s_ignore_conflicts to False . Third party database backends must implement introspection for DurationField or ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Testing GeoDjango apps — Django 4.0.6 ドキュメント 7587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs file must be using one of the spatial database backends . カスタマイズ例 ¶ The following is an example bar ... e-bones settings file with spatial backends that can be used to run the entire Django test sui ... { 'default' : { 'ENGINE' : 'django.contrib.gis.db.backends.postgis' , 'NAME' : 'geodjango' , 'USER' : 'geodja ... , }, 'other' : { 'ENGINE' : 'django.contrib.gis.db.backends.postgis' , 'NAME' : 'other' , 'USER' : 'geodjango' ...
https://man.plustar.jp/django/ref/contrib/gis/testing.html - [similar]
ロギング — Django 4.0.6 ドキュメント 7519
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... い場合は DEBUG メッセージとして送られる。 django.db.backends ¶ コードとデータベースの間でのやりとりに関するメッ ... ango.security.csrf : For CSRF failures . django.db.backends.schema ¶ Logs the SQL queries that are executed du ... d sql in their extra context (but unlike django.db.backends , not duration). The values have the same meaning ... as explained in django.db.backends . ハンドラ ¶ Django provides one log handler in ad ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... later is installed. django.contrib.messages ¶ The backends for django.contrib.messages that use cookies, will ... go.contrib.sessions ¶ The "django.contrib.sessions.backends.cached_db" session backend now respects SESSION_CA ... which is now deprecated. If you instantiate cache backends directly, be aware that they aren't thread-safe an ... Integer fields are now validated against database backend specific min and max values based on their internal ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and SessionStore classes for the db and cached_db backends are refactored to allow a custom database session ... が発生します。 キャッシュ ¶ 新しく django.core.cache.backends.base.BaseCache が get_or_set() メソッドを持つように ... スバックエンド ¶ PostgreSQL バックエンド ( django.db.backends.postgresql_psycopg2 ) が django.db.backends.postgr ... d) are now supported by TimeField for all database backends. Support for backends other than SQLite was added ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on. pymemcache support ¶ The new django.core.cache.backends.memcached.PyMemcacheCache cache backend allows usi ... m. データベースバックエンド ¶ Third-party database backends can now skip or mark as expected failures tests in ... changes that may be needed in third-party database backends. The new DatabaseFeatures.introspected_field_types ... ts_covering_indexes to True . Third-party database backends must implement support for column database collati ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT