[Django] #28812: Lack of ModelAdmin permission to list all objects.

2 views
Skip to first unread message

Django

unread,
Nov 17, 2017, 7:52:18 AM11/17/17
to django-...@googlegroups.com
#28812: Lack of ModelAdmin permission to list all objects.
-----------------------------------------+-----------------------------
Reporter: ksiadz | Owner: nobody
Type: New feature | Status: new
Component: contrib.admin | Version: 1.11
Severity: Normal | Keywords: permissions
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+-----------------------------
Listing all objects permission is connected to permission called:
"has_change_permission". There is missing permission for listing all
objects that we have permissions.

I suggest name as:
"has_list_permission"
It could take argument whether to display all objects or only these that
has_change_permission returns True (sounds as default option), but also
has_delete_permission and has_add_permission should be taken under
consideration.

--
Ticket URL: <https://code.djangoproject.com/ticket/28812>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Nov 17, 2017, 9:54:22 AM11/17/17
to django-...@googlegroups.com
#28812: Lack of ModelAdmin permission to list all objects.
-------------------------------+--------------------------------------
Reporter: Priest | Owner: nobody
Type: New feature | Status: closed
Component: contrib.admin | Version: 1.11
Severity: Normal | Resolution: duplicate

Keywords: permissions | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Tim Graham):

* status: new => closed
* resolution: => duplicate


Comment:

Duplicate of #8936 "Add view (read-only) permission to admin".

--
Ticket URL: <https://code.djangoproject.com/ticket/28812#comment:1>

Reply all
Reply to author
Forward
0 new messages