検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for perm (0.026 sec.)
django.contrib.auth — Django 4.0.6 ドキュメント 13339
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Group への多対多のリレーションシップです。 user_permissions ¶ Permission への多対多のリレーションシップ ... ew as it rejects inactive users. Be aware that the permission-checking methods such as has_perm() and the ... ) が呼ばれている場合、 False を返します。 get_user_permissions ( obj = None ) ¶ Returns a set of permissio ... rectly. If obj is passed in, only returns the user permissions for this specific object. get_group_permiss ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 10031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... テムを通した認証による改良したパーミッション<custom-permission>をあなたのユーザモデルに組み込むことができる ... the Django users database and queries the built-in permissions. It does not provide protection against bru ... 点で処理を終了します。 ある認証バックエンドにおいて PermissionDenied 例外が発生した場合、認証処理は直ちに終 ... クエンドが何であっても、ルックアップ関数 ( get_user_permissions() 、 get_group_permissions() 、 get_all_per ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 9362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 認証バックエンドでも認証情報が有効と判定されなければ PermissionDenied が送出され、 None が返されます。以下は ... inView . 権限と認可 ¶ Django comes with a built-in permissions system. It provides a way to assign permiss ... ts is limited to users with the "view" or "change" permission for that type of object. "追加"フォームのビュ ... トの型への"削除"権限を持つユーザに限定されています。 Permissions can be set not only per type of object, but ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 8223
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ias = property ( operator . attrgetter ( 'base' )) Permissions for proxy models ¶ Permissions for proxy mo ... e concrete model. A migration will update existing permissions when you run migrate . In the admin, the ch ... rete model. However, in older versions, users with permissions for a proxy model with a different app_labe ... That's now fixed, but you might want to audit the permissions assignments for such proxy models ( [add|vi ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 7934
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tions [ 'delete_selected' ] return actions Setting permissions for actions ¶ Actions may limit their avail ... ability to users with specific permissions by wrapping the action function with the ac ... tion() decorator and passing the permissions argument: @admin . action ( permissions = [ ... lable to users that pass the ModelAdmin.has_change_permission() check. If permissions has more than one pe ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7862
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ization of authentication backends. Added get_user_permissions() method to mirror the existing get_group_p ... pports ManyToManyField s. The new UserManager.with_perm() method returns users that have the specified per ... Django 2.0. New default value for the FILE_UPLOAD_PERMISSIONS setting ¶ In older versions, the FILE_UPLOA ... D_PERMISSIONS setting defaults to None . With the default ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7790
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.admin ¶ ModelAdmin now has a has_module_permission() method to allow limiting access to the mod ... to the admin site by overriding only AdminSite.has_permission() and AdminSite.login_form . The base.html t ... e user-specific header. A new context variable has_permission , which gets its value from has_permission() ... ontrib.auth ¶ Authorization backends can now raise PermissionDenied in has_perm() and has_module_perms() t ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
索引 — Django 4.0.6 ドキュメント 7699
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r の属性) (RegexValidator の属性) codename (models.Permission の属性) coerce (TypedChoiceField の属性) Col ... 属性) (HttpRequest の属性) (LogEntry の属性) (models.Permission の属性) (UploadedFile の属性) content_type_e ... 属性) default_manager_name (Options の属性) default_permissions (Options の属性) default_related_name (Opti ... age_not_found() (django.views モジュール) defaults.permission_denied() (django.views モジュール) defaults. ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 NEXT