検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 84 for backends (0.054 sec.)
セッションの使いかた — Django 4.0.6 ドキュメント 7451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ding everything through the file or database cache backends. Additionally, the local-memory cache backend is N ... きます。 SESSION_ENGINE を "django.contrib.sessions.backends.cache" に設定すると、シンプルなキャッシュセッション ... 合には、 SESSION_ENGINE を "django.contrib.sessions.backends.cached_db" に設定します。こちらは、書き込み透過な ... るには、 SESSION_ENGINE を "django.contrib.sessions.backends.file" に設定します。 You might also want to set th ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 7113
" + 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 ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t' : { 'NAME' : 'app_data' , 'ENGINE' : 'django.db.backends.postgresql' , 'USER' : 'postgres_user' , 'PASSWORD ... ' : { 'NAME' : 'user_data' , 'ENGINE' : 'django.db.backends.mysql' , 'USER' : 'mysql_user' , 'PASSWORD' : 'pri ... ' : { 'NAME' : 'user_data' , 'ENGINE' : 'django.db.backends.mysql' , 'USER' : 'mysql_user' , 'PASSWORD' : 'sup ... { 'NAME' : 'customer_data' , 'ENGINE' : 'django.db.backends.mysql' , 'USER' : 'mysql_cust' , 'PASSWORD' : 'ver ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
How to implement a custom template backend — Django 4.0.6 ドキュメント 7045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e backend is a class that inherits django.template.backends.base.BaseEngine . It must implement get_template() ... otExist , TemplateSyntaxError from django.template.backends.base import BaseEngine from django.template.backen ... ried arguments when raising TemplateDoesNotExist . Backends that use the postmortem should specify an origin o ...
https://man.plustar.jp/django/howto/custom-template-backend.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7045
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kend class to ease customization of authentication backends. Added get_user_permissions() method to mirror the ... oup_by_selected_pks_on_model() method of django.db.backends.base.BaseDatabaseFeatures allows optimization of G ... you require. See Subclassing the built-in database backends for an example. Request と Response ¶ Allowed Http ... changes that may be needed in third-party database backends. The second argument of DatabaseIntrospection.get_ ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 1.11 リリースノート — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... グインできるようになりました。複数の AUTHENTICATION_BACKENDS を設定している場合、 post_reset_login_backend 属性 ... allow storing null values. キャッシュ ¶ Memcached backends now pass the contents of OPTIONS as keyword argume ... he arguments documentation for examples. Memcached backends now allow defining multiple servers as a comma-del ... changes that may be needed in third-party database backends. The DatabaseOperations.time_trunc_sql() method is ...
https://man.plustar.jp/django/releases/1.11.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo projects. JSONField for all supported database backends ¶ Django now includes models.JSONField and forms.J ... ONField that can be used on all supported database backends. Both fields support the use of custom JSON encode ... changes that may be needed in third-party database backends. DatabaseOperations.fetch_returned_insert_columns( ... abase of the called instance. Third-party database backends must implement support for JSONField or set Databa ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6977
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 証バックエンドとして利用するリストは AUTHENTICATION_BACKENDS に定義されています。この設定値は認証方法を定義して ... こにでも配置可能です。 初期状態では、 AUTHENTICATION_BACKENDS は以下の値として定義されています。: [ 'django.cont ... rib.auth.backends.ModelBackend' ] That's the basic authentication ba ... nisms provided by most web servers. AUTHENTICATION_BACKENDS への順番は処理に影響し、同じユーザー名とパスワード ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... UEST is active. Additionally, the contrib.sessions.backends.base.SessionBase.flush() and cache_db.SessionStore ... empty session. Maintainers of third-party session backends should check if the same vulnerability is present ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 6774
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... whether or not the user can log in. Authentication backends aren't required to check for the is_active flag bu ... nd is passed in and it's defined in AUTHENTICATION_BACKENDS , then this method will use it. Otherwise, it will ... use the backend in AUTHENTICATION_BACKENDS , if there is only one, or raise an exception. Ano ... クエンド ¶ 以下のバックエンドが django.contrib.auth.backends 内で利用可能です: class BaseBackend ¶ A base class ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT