Re: missing feature, View permission for django admin

2016-09-15 Thread Olivier Dalang
Dear List, In the meantime, there are two failing builds (default and windows) for the PR . I can't see what the error is because the links to the build output is a 404 and I wasn't able to setup a wor

Re: missing feature, View permission for django admin

2016-08-05 Thread Olivier Dalang
Hi, As 1.10 is out now, I'd like to draw your attention again on this feature, still hoping to see it merged as soon as possible in the release process so that we get as much testing as possible. Thanks for all the great work, Olivier Dalang 2016-06-15 12:01 GMT+00:00 Tim Graham : > Just to

Re: missing feature, View permission for django admin

2016-06-15 Thread Tim Graham
Just to give you my perspective so you don't feel ignored, after the 1.10 release is a better for reviewing and merging larger features than right now. On Wednesday, June 15, 2016 at 7:40:44 AM UTC-4, Olivier Dalang wrote: > > Hi, > > I worked a bit on this feature lately. I rebased PetrDlouhy's

Re: missing feature, View permission for django admin

2016-06-15 Thread Olivier Dalang
Hi, I worked a bit on this feature lately. I rebased PetrDlouhy's great work (PR 5297 ) onto master in a new PR 6734 . I think everyone agrees this is a very useful addition to the admin. If we also agree on t

Re: missing feature, View permission for django admin

2016-05-31 Thread Tim Graham
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 > cr

missing feature, View permission for django admin

2016-05-31 Thread Ander Ustarroz
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 sta