This feature is tracked in https://code.djangoproject.com/ticket/8936. Feel 
free to review, contribute to, or test the patch if you want to help.

On Tuesday, May 31, 2016 at 8:26:41 AM UTC-4, Ander Ustarroz wrote:
>
> I am surprised this feature is not implemented yet, at the moment when we 
> create a new model  three permissions are created automatically for the 
> admin panel:
>
>    - *add_permission*
>    - *change_permission*
>    - 
> *delete_permission *
>
> We really missing the *view_permission* here, when we want staff to be 
> able to see the content but not being able to modify it. Searching a bit, 
>  you can find many different implementations to achieve this, but all of 
> them are extending django.contrib.*admin.**ModelAdmin*. Having so many 
> people rewriting these methods in my opinion is a clear sign that this 
> feature should be part of the core. 
>
> Regards,
>

-- 
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 https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/cfe9b399-2486-4dff-97e6-1c3f94b13f65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to