検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 207 for user (0.093 sec.)
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'NAME' : 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator' , }, { 'NAME' : 'djan ... inRequiredMixin , PermissionRequiredMixin , そして UserPassesTestMixin です。これらを使えば、クラスベースの ... 在の request は self.request でアクセス可能である。 UserPassesTestMixin のカスタムの test_func() は user... 数を取らない。現在のユーザーは self.request.user でアクセス可能である。 permission_required 属性は文 ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 4999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... set up your name and email: $ git config --global user.name "Your Real Name" $ git config --global user.e ... mail "you@email.com" Note that user.name should be your real name, not your GitHub nic ... k. GitHub should know the email you use in the user.email field, as this will be used to associate you ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Constraints reference — Django 4.0.6 ドキュメント 4999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... int to enforce. 例: UniqueConstraint ( fields = [ 'user' ], condition = Q ( status = 'DRAFT' ), name = 'un ... ique_draft_user' ) ensures that each user only has one draft. Thes ... n the index. 例: UniqueConstraint ( name = 'unique_username' , fields = [ 'username' ], opclasses = [ 'var ... char_pattern_ops' ]) creates a unique index on username using varchar_pattern_ops . opclasses are igno ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 1.4.8 release notes — Django 4.0.6 ドキュメント 4999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... auth 's admin ¶ The decoration of the add_view and user_change_password user admin views with sensitive_po ...
https://man.plustar.jp/django/releases/1.4.8.html - [similar]
Django 1.5.4 release notes — Django 4.0.6 ドキュメント 4999
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... auth 's admin ¶ The decoration of the add_view and user_change_password user admin views with sensitive_po ...
https://man.plustar.jp/django/releases/1.5.4.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 4967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ト] class SuspiciousOperation ( Exception ): """The user did something suspicious""" class SuspiciousMultip ... メント] class PermissionDenied ( Exception ): """The user did not have permission to do that""" pass [ドキュ ... ass SynchronousOnlyOperation ( Exception ): """The user tried to call a sync-only function from an async c ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]
「How-to」ガイド — Django 4.0.6 ドキュメント 4967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... に役立つはずです。 How to authenticate using REMOTE_USER How to create custom django-admin commands How to ... ート 次のトピックへ How to authenticate using REMOTE_USER 関連キーワード How , ガイド , create , custom , fi ...
https://man.plustar.jp/django/howto/index.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 4967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... front-end web server). The most likely example is user-uploaded content in MEDIA_ROOT . django.contrib.st ... for static assets and has no built-in handling for user-uploaded files, but you can have Django serve your ... Denied def edit ( request , pk ): if not request . user . is_staff : raise PermissionDenied # ... The 400 ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.11.10 リリースノート — Django 4.0.6 ドキュメント 4967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... word is entered. This can leak information about a user, depending on what messages confirm_login_allowed( ... ) isn't overridden, an attacker enter an arbitrary username and see if that user has been set to is_active ... ror if the authentication backend rejects inactive users (the default authentication backend, ModelBackend ...
https://man.plustar.jp/django/releases/1.11.10.html - [similar]
Django 2.2.26 release notes — Django 4.0.6 ドキュメント 4967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator ¶ UserAttributeSimilar ... omparison values. On the assumption that access to user registration was unrestricted this provided a pote ... s issue, relatively long values are now ignored by UserAttributeSimilarityValidator . This issue has sever ... xing on dictionaries. As a reminder, all untrusted user input should be validated before use. This issue h ...
https://man.plustar.jp/django/releases/2.2.26.html - [similar]