検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 44 for active (0.032 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 16167
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in サイトにアクセスできるかどうかを指定します。 is_active ¶ 真偽値です。 このユーザアカウントをアクティブと見 ... ation backends aren't required to check for the is_active flag but the default backend ( ModelBackend ) and ... owAllUsersRemoteUserBackend if you want to allow inactive users to login. In this case, you'll also want to ... ticationForm used by the LoginView as it rejects inactive users. Be aware that the permission-checking metho ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 11295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... l field values. For example, given MyModel with an active field, this snippet ensures that the if obj.active ... heck at the end uses the correct value if updating active to True fails in the transaction: from django.db i ... mport DatabaseError , transaction obj = MyModel ( active = False ) obj . active = True try : with transacti ... mic (): obj . save () except DatabaseError : obj . active = False if obj . active : ... In order to guarante ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 9912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 便利です。 アクティブでないユーザーに対する認証 ¶ is_active フィールドが False となっているユーザーを、アクティ ... の認証行為を禁止します。カスタムユーザーモデルが is_active を持っていない場合、すべてのユーザーの認証行為が許 ... 自のパーミッションメソッド持つときは、ユーザーの is_active 属性のテストを忘れずに行ってください。 オブジェクト ... you want prompted for when a user is created interactively. REQUIRED_FIELDS has no effect in other parts of ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 8637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndently from handling of the locale that should be active during the execution of the command. The latter ca ... old behavior. The LocaleMiddleware now stores the active language in session if it is not present there. Th ... When the time zone support added in Django 1.4 was active, QuerySet.dates() lookups returned unexpected resu ... 's used on DateTimeField when time zone support is active. Use QuerySet.datetimes() instead. date_hierarchy ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 8283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 注釈 login_required デコレータはユーザーのフラグ is_active をチェックしませんが、デフォルトの AUTHENTICATION_ ... uired デコレータと同様に、この mixin はユーザの is_active フラグをチェックしません。しかし、デフォルトの AUT ... ovided exists in the system. The requested user is active ( User.is_active is True ). The requested user has ... ールドから取得されます。アクティブなユーザ ( User.is_active が True ) だけがパスワードをリセットすることができ ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 8053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f a different timezone like Australia/Melbourne is active in Django, then the datetime is converted to the t ... +10:00. The values returned when this timezone is active will be the same as above except for: "day": 16 "w ... in the database in UTC. If a different timezone is active in Django, the datetime is converted to that timez ... ehaves in the same way, and takes priority over an active timezone: >>> import zoneinfo >>> melb = zoneinfo ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 8053
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _staff>, <django.db.models.fields.BooleanField: is_active>, <django.db.models.fields.DateTimeField: date_joi ... _staff>, <django.db.models.fields.BooleanField: is_active>, <django.db.models.fields.DateTimeField: date_joi ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ge can be dynamically translated using the current active language. A new LogEntry.get_change_message() meth ... および AllowAllUsersRemoteUserBackend は、 User.is_active の値を無視します。一方、 ModelBackend および Remot ... eUserBackend は inactive なユーザーを拒否するようになりました。 django.cont ... nd as Django and exit, instead of opening the interactive shell. Added a warning to dumpdata if a proxy mode ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.4.22 release notes — Django 4.0.6 ドキュメント 7699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ords, including when SESSION_SAVE_EVERY_REQUEST is active. Additionally, the contrib.sessions.backends.base. ...
https://man.plustar.jp/django/releases/1.4.22.html - [similar]
Django 1.7.10 release notes — Django 4.0.6 ドキュメント 7699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ords, including when SESSION_SAVE_EVERY_REQUEST is active. Additionally, the contrib.sessions.backends.base. ...
https://man.plustar.jp/django/releases/1.7.10.html - [similar]
PREV 1 2 3 4 5 NEXT