検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 49 for permissions (0.058 sec.)
Django でのユーザー認証 — Django 4.0.6 ドキュメント 7033
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... サードパーティに対する認証 (OAuthなど) Object-level permissions インストール ¶ 認証関連をサポートする仕組みは、 dj ... essary database tables for auth related models and permissions for any models defined in your installed apps. 使い ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6972
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing RequestContext , it is now possible to look up permissions by using {% if 'someapp.someperm' in perms %} in t ... f content types (when contenttypes is enabled) and permissions (when auth is enabled) should be created in the ta ... your routers allow synchronizing content types and permissions to only one of them. See the docs on the behavior ... you need them to be executable change FILE_UPLOAD_PERMISSIONS to your needs. The new default value is 0o666 (oct ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6972
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ーミッション ¶ "view" パーミッションが Meta.default_permissions に追加されました。新しいパーミッションは migrate 実 ... onal argument, obj . Admin actions may now specify permissions to limit their availability to certain users. djan ... t_form() and checking if the user has the "change" permissions and returning the default form if not: class MyAdm ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tive user being passed to all methods dealing with permissions. The supports_inactive_user attribute will no long ... meter for permission checking. The supports_object_permissions attribute will no longer be checked and can be rem ... ser class being passed to all methods dealing with permissions. The supports_anonymous_user variable will no long ... d to define the boolean attributes supports_object_permissions and supports_anonymous_user until version 1.4, at ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 6852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , views . discuss ), path ( '<page_slug>-<page_id>/permissions/' , views . permissions ), ] これは、パスの共通部分 ... ), path ( 'discuss/' , views . discuss ), path ( 'permissions/' , views . permissions ), ])), ] 取り込まれたパラ ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6852
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n grant Django SELECT , INSERT , UPDATE and DELETE permissions. After creating a database user with these permiss ...
https://man.plustar.jp/django/topics/install.html - [similar]
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n access to information outside of an admin user's permissions; for example, an attacker with access to the admin ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ails, see the documentation on caching in Django . Permissions for inactive users ¶ If you provide a custom auth ... inactive User instance will check the backend for permissions. This is useful for further centralizing the permi ... -in template tags TemplateResponse Caching changes Permissions for inactive users GeoDjango MEDIA_URL and STATIC_ ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 6776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (#18530). Fixed an endless loop bug when accessing permissions in templates (#18979) Fixed some Python 2.5 compat ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo's authentication framework uses it to tie user permissions to specific models. The ContentType model ¶ class ... make use of the latter technique. For example, the permissions system in Django's authentication framework uses a ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
PREV 1 2 3 4 5 NEXT