検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 98 for backend (0.074 sec.)
テストツール — Django 4.0.6 ドキュメント 6220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... credentials の形式は利用している ( AUTHENTICATION_BACKENDS の設定値に定義されています) 認証バックエンド に依 ... go によって提供される標準の認証バックエンド ( ModelBackend ) を用いている場合は、 credentials は利用者のユーザ ... a correctly hashed password. force_login ( user , backend = None ) ¶ If your site uses Django's authenticati ... don't need to be provided. The user will have its backend attribute set to the value of the backend argument ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 6167
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( 'line' )) . filter ( length__gt = 100 ) Not all backends support all functions, so refer to the documentat ... ion of each function to see if your database backend supports the function you want to use. If you call ... a geographic function on a backend that doesn't support it, you'll get a NotImplement ... is returned when the coordinates are geodetic. On backends that support distance calculation on geodetic coo ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 6167
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngoTemplates renderer except that it uses a Jinja2 backend. Templates for the built-in widgets are located in ... ovide templates in a jinja2 directory. To use this backend, all the forms and widgets in your project and its ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6167
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ok it upon itself to also delete the file from the backend storage. This opened the door to several potential ... 1.2.5, FileField will never delete files from the backend storage. If you need cleanup of orphaned files, yo ... mpletely worked as advertised. When using database backends that don't support transactions, or when using a ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6167
" + 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 i ... view to anonymous users. As each built-in session backend was fixed separately (rather than a fix in the cor ... ons framework), maintainers of third-party session backends should check whether the same vulnerability is pr ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6167
" + 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 us ... m. データベースバックエンド ¶ Third-party database backends can now skip or mark as expected failures tests i ... changes that may be needed in third-party database backends. The new DatabaseFeatures.introspected_field_type ... ts_covering_indexes to True . Third-party database backends must implement support for column database collat ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 6167
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions if you're using the Memcached or Redis cache backend. The local-memory cache backend doesn't retain dat ... ding everything through the file or database cache backends. Additionally, the local-memory cache backend is ... きます。 SESSION_ENGINE を "django.contrib.sessions.backends.cache" に設定すると、シンプルなキャッシュセッショ ... 合には、 SESSION_ENGINE を "django.contrib.sessions.backends.cached_db" に設定します。こちらは、書き込み透過な ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 6102
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the old algorithm. マイナーな機能 ¶ Authentication backends can raise PermissionDenied to immediately fail th ... sponse will redirect to). The MemcachedCache cache backend now uses the latest pickle protocol available. Add ... en unified. Past behavior depended on the database backend. Now, across all backends, you only need to double ... g __bool__ or __contains__ . Notably most database backends did fetch all the rows in one go already in 1.5. ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 6050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elf , request , response ): """ Update the storage backend (i.e., save the messages). Raise ValueError if not ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6050
" + 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 backen ... 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 attribu ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT