On Tuesday, July 7, 2015 at 5:25:38 PM UTC+2, Григорий Крамаренко wrote: > > So, as I said at the beginning - this change does not affect the admin > panel. >
It absolutely does, cause if you assign the "view" permission to a user he should be able to see the changelist, which wouldn't be the case, see https://github.com/django/django/blob/master/django/contrib/admin/options.py#L1447-L1448 -- similar issues would pop up on the app overview etc… -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" 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]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e3f6aebf-536d-4c8e-9c00-c9e9e500e544%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
