検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 98 for backend (0.013 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 7840
" + 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 b ... ut the default backend ( ModelBackend ) and the RemoteUserBackend do. You ... can use AllowAllUsersModelBackend or AllowAllUsersRemoteUserBackend if you want to a ... m , is_active = True , include_superusers = True , backend = None , obj = None ) ¶ Returns users that have th ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
データベース — Django 4.0.6 ドキュメント 7566
" + 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 su ... pport as many features as possible on all database backends. However, not all database backends are alike, an ... t sets up appropriate parameters, depending on the backend being used. If you enable persistent connections, ... DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.postgresql' , 'OPTIONS' : { 'service' : 'my_servi ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 7566
" + 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 ... , allowed , login , confirm , AuthenticationForm , backend , authentication , Fixed , regression , Bugfixes ク ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 7566
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . If you need to send multiple messages, the email backend API provides an alternative . EmailMessage オブジェ ... ill be used. Otherwise, an instance of the default backend will be instantiated and used. If the keyword argu ... クエンドのインスタンスを返します。 get_connection ( backend = None , fail_silently = False , * args , ** kwarg ... デフォルトでは、 get_connection() を呼び出すと EMAIL_BACKEND 内で指定されたメールバックエンドのインスタンスを返 ...
https://man.plustar.jp/django/topics/email.html - [similar]
Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 7343
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in 1.8.1. Fixed session flushing in the cached_db backend ¶ A change to session.flush() in the cached_db ses ... sion backend in Django 1.8 mistakenly sets the session key to a ... リースノート Fixed session flushing in the cached_db backend Bugfixes 前のトピックへ Django 1.8.3 リリースノート ... key , Case , string , database , contrib , ached , backend クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/1.8.2.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7278
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django projects generally rely on the high level, backend agnostic APIs for each of these steps instead of t ... ystem's lower level APIs: For each DjangoTemplates backend in the TEMPLATES setting, Django instantiates an E ... wraps Engine and adapts it to the common template backend API. The django.template.loader module provides fu ... r loading templates. They return a django.template.backends.django.Template which wraps the actual django.tem ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7056
" + 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 ... achedStaticFilesStorage will be removed. RemoteUserBackend.configure_user() will require request as the first ... s for more details on these changes. The django.db.backends.postgresql_psycopg2 module will be removed. djang ... string_concat() will be removed. django.core.cache.backends.memcached.PyLibMCCache will no longer support pas ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 7004
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... def __init__ ( self , include_html = False , email_backend = None , reporter_class = None ): super () . __ini ... () self . include_html = include_html self . email_backend = email_backend self . reporter_class = import_str ... ) def connection ( self ): return get_connection ( backend = self . email_backend , fail_silently = True ) de ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
ロギング — Django 4.0.6 ドキュメント 6951
" + 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 d ... 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 a ...
https://man.plustar.jp/django/ref/logging.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 6951
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The name of the template to be rendered. Accepts a backend-dependent template object (such as those returned ... content type, HTTP status, and charset. template A backend-dependent template object (such as those returned ... template instance to use for rendering. Accepts a backend-dependent template object (such as those returned ... template, or a list of template names. Returns the backend-dependent template object instance to be rendered. ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT