Hi, I worked a bit on this feature lately. I rebased PetrDlouhy's great work (PR 5297 <https://github.com/django/django/pull/5297>) onto master in a new PR 6734 <https://github.com/django/django/pull/6734>.
I think everyone agrees this is a very useful addition to the admin. If we also agree on the implementation; I suggest to merge as soon as possible so that we can benefit from as much testing as possible before release, and more importantly so that third parties have time to adapt their packages (grappelli...). Please let me know if there's anything more I can do. I'm really looking forward for this feature, and judging from the frequency this topic is raised on the ml, I'm not the only one ;) Thanks a lot, Olivier On 31 May 2016 13:20, "Tim Graham" <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/django-developers/cfe9b399-2486-4dff-97e6-1c3f94b13f65%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAExk7p0G%3DCGebL8y084ea9f3zgSjmWu%3DmWCm5JsbHyEbK6ionw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
