検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 58 for permission (0.013 sec.)
Django 2.1.5 リリースノート — Django 4.0.6 ドキュメント 6791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django 2.1.4 where InlineModelAdmin.has_change_permission() is incorrectly called with a non- None obj argum ...
https://man.plustar.jp/django/releases/2.1.5.html - [similar]
Django 2.1.6 リリースノート — Django 4.0.6 ドキュメント 6791
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Made the obj argument of InlineModelAdmin.has_add_permission() optional to restore backwards compatibility with ...
https://man.plustar.jp/django/releases/2.1.6.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6733
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the admin change list. Admin inlines respect user permissions ¶ Admin inlines now only allow those actions for ... which the user has permission. For ManyToMany relationships with an auto-created ... intermediate model (which does not have its own permissions), the change permission for the related model det ... ermines if the user has the permission to add, change or delete relationships. Tools for ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emoved. The shim to allow InlineModelAdmin.has_add_permission() to be defined without an obj argument will be re ... rms layer. The Model._meta.get_(add|change|delete)_permission methods will be removed. The session key django_la ... tive user being passed to all methods dealing with permissions. The supports_inactive_user attribute will no lon ... ackends will need to support the obj parameter for permission checking. The supports_object_permissions attribut ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.10.1 release notes — Django 4.0.6 ドキュメント 6659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... checks framework crash with an empty Meta.default_permissions ( #26997 ). Fixed a regression in the number of q ... ( #27089 ). Fixed the creation of ContentType and Permission objects for models of applications without migrati ...
https://man.plustar.jp/django/releases/1.10.1.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6659
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n in Django 2.2 that caused a crash when migrating permissions for proxy models if the target permissions alread ... y existed. For example, when a permission had been created manually or a model had been migr ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
トラブルシューティング — Django 4.0.6 ドキュメント 6586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ている場合、 `` django-admin`` を実行しようとすると "permission denied" というメッセージが表示されることがあります ...
https://man.plustar.jp/django/faq/troubleshooting.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 6586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion repository against Django users with a certain permission. Allow certain users to connect to a WebDAV share ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 6586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ces of subwidgets ( #26267 ). Changed the admin's "permission denied" message in the login template to use get_u ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
クラスベースビュー入門 — Django 4.0.6 ドキュメント 6586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go.contrib.auth.decorators import login_required , permission_required from django.views.generic import Template ... emplate_name = "secret.html" ))), path ( 'vote/' , permission_required ( 'polls.can_vote' )( VoteView . as_view ...
https://man.plustar.jp/django/topics/class-based-views/intro.html - [similar]
PREV 1 2 3 4 5 6 NEXT