検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 70 for session (0.017 sec.)
contrib packages — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rk for storing and retrieving temporary cookie- or session-based messages See the messages documentation . po ... aging redirects. See the redirects documentation . sessions ¶ A framework for storing data in anonymous sessi ... ons. See the sessions documentation . sites ¶ A light framework that le ... flatpages gis humanize messages postgres redirects sessions sites sitemaps syndication Other add-ons 前のトピ ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
データベース — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ectly to the database or to a connection pooler in session pooling mode. Another option is to wrap each Query ... urrent loads, database transactions from different sessions (say, separate threads handling different request ... ach other. These interactions are affected by each session's transaction isolation level . You can set a conn ... DROP USER CREATE TABLESPACE DROP TABLESPACE CREATE SESSION WITH ADMIN OPTION CREATE TABLE WITH ADMIN OPTION C ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ted on login pages instead of every request in the session. The django.contrib.auth.views.password_reset() vi ... データベース関数が追加されました。 django.contrib.sessions ¶ The session model and SessionStore classes for ... backends are refactored to allow a custom database session backend to build upon them. See データベースを使っ ... y string instead of None . For security hardening, session keys must be at least 8 characters. Private functi ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6203
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s allows loading shell history between interactive sessions. As a consequence, readline is no longer loaded i ... from subdomains by setting CSRF_COOKIE_DOMAIN (or SESSION_COOKIE_DOMAIN if CSRF_USE_SESSIONS is enabled) to ... anguage() doesn't set the user language in request.session (key _language ). alias=None is required in the si ... Support for the pre-Django 3.1 encoding format of sessions is removed. Support for the pre-Django 3.1 django ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 6203
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ション ¶ キャッシュを使ったセッション ¶ Using cached sessions may be a way to increase performance by eliminati ... ng the need to load session data from a slower storage source like the databas ... e and instead storing frequently used session data in memory. 静的ファイル ¶ 静的ファイル (定義に ...
https://man.plustar.jp/django/topics/performance.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 6203
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... も見える状態になっている可能性があります。そのため、 SESSION_COOKIE_SECURE と CSRF_COOKIE_SECURE を True にセッ ... on't have access to any subdomains, django.contrib.sessions also has limitations. See the session topic guide ...
https://man.plustar.jp/django/topics/security.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y a component of Django (for example resetting the session data). If not specifically handled, Django will co ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ies, password reset tokens in the admin site, user sessions, and signatures created by django.core.signing.Si ... this release, because support for tokens, cookies, sessions, and signatures that use SHA-1 algorithm will be ... thm remains until Django 4.0. AbstractBaseUser.get_session_auth_hash() now uses the SHA-256 hashing algorithm ... . Support for user sessions that use the old hashing algorithm remains until ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 情報をクリアする必要があります。単純な手段としては、 Session.objects.all().delete() を実行することが挙げられます ... able_password() has been called for this user. get_session_auth_hash () ¶ Returns an HMAC of the password fie ... ld. Used for Session invalidation on password change . AbstractUser sub ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6174
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndle the response. It does not support middleware. Session and authentication attributes must be supplied by ... ated tests to fail. Be careful with tests that use sessions; the default session engine stores them in the da ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT