検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 98 for backend (0.047 sec.)
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... account is inactive." error if the authentication backend rejects inactive users (the default authentication ... backend, ModelBackend , has done that since Django 1.10). ... b.auth.authenticate() crashes if an authentication backend doesn't accept request and a later one does ( #290 ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... =5.1.0 Testing other Python versions and database backends ¶ In addition to the default environments, tox su ... ts for other versions of Python and other database backends. Since Django's test suite doesn't bundle a setti ... ngs file for database backends other than SQLite, however, you must create and p ... b.postgres , are specific to a particular database backend and will be skipped if run with a different backen ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6886
" + 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 temp ... 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 i ... mproved on all backends. There is a corresponding form field . Query Expr ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6729
" + 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 ... backend to build upon them. See データベースを使ったセッシ ... が発生します。 キャッシュ ¶ 新しく django.core.cache.backends.base.BaseCache が get_or_set() メソッドを持つよう ... スバックエンド ¶ PostgreSQL バックエンド ( django.db.backends.postgresql_psycopg2 ) が django.db.backends.postg ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 6729
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , password = 'secret' ) if user is not None : # A backend authenticated the credentials else : # No backend ... r_concrete_model = False ) 権限のキャッシュ ¶ ModelBackend はユーザーオブジェクトが権限の確認のため最初に要求 ... てそれを行う事ができます。 login ( request , user , backend = None ) ¶ あるユーザーをログインさせる場合は、 lo ... ックエンドは下記の手順を経て選択されます: 省略可能な backend 引数が与えられている場合は利用します。 存在すれば属 ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6664
" + 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 spat ... ial database backends: django.contrib.gis.db.backends.postgis django.co ... ntrib.gis.db.backends.mysql django.contrib.gis.db.backends.oracle djang ... o.contrib.gis.db.backends.spatialite MySQL Spatial Limitations ¶ Before MyS ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... this requirement, a separate, backwards-compatible backend, called "mysql_old", has been added to Django. To ... use this backend, change the DATABASE_ENGINE setting in your Django ... on of MySQLdb as soon as possible, The "mysql_old" backend is provided only to ease this transition, and is c ... on for details), are only available on the "mysql" backend, and will not be made available for "mysql_old". デ ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for pylibmc has been added to the memcached cache backend. For more details, see the documentation on cachin ... for inactive users ¶ If you provide a custom auth backend with supports_inactive_user set to True , an inact ... ive User instance will check the backend for permissions. This is useful for further centra ... suite with runtests.py when using spatial database backends . MEDIA_URL and STATIC_URL must end in a slash ¶ ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 6612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssing CHECK SQL clauses which were omitted on some backends when not using migrations ( #23416 ). Fixed seria ... y key ( #23415 ). Added SchemaEditor for MySQL GIS backend so that spatial indexes will be created for apps w ... ions ( #23538 ). Added SchemaEditor for Oracle GIS backend so that spatial metadata and indexes will be creat ... r ( #23616 ). Restored RFC compliance for the SMTP backend on Python 3 ( #23063 ). Fixed a crash while parsin ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 6559
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ow , >>> ), >>> ) Among Django's built-in database backends, MySQL 8.0.2+, PostgreSQL, and Oracle support win ... d with any necessary transformations. query is the backend query implementation. allow_joins is a boolean tha ... lead to errors when running on different database backends. If your class relies on class attributes to defi ... stom implementation that is specific to the Oracle backend. The as_oracle() function will be called instead o ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT