#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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.9c33aac18284f9cabb41b516041d7001%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to