Re: pass entire request object to urlresolver

2016-06-15 Thread Elephant Liu
Yes! That's it. Thank you. 在 2016年6月15日星期三 UTC+8下午10:50:44,Tim Graham写道: > > I believe that's implemented as part of Marten's URL dispatcher work: > https://github.com/django/django/pull/5578. > > On Tuesday, June 14, 2016 at 8:20:59 AM UTC-4, Elephant Liu wrote: >> >> Hi all, I'd like to

Re: pass entire request object to urlresolver

2016-06-15 Thread Tim Graham
I believe that's implemented as part of Marten's URL dispatcher work: https://github.com/django/django/pull/5578. On Tuesday, June 14, 2016 at 8:20:59 AM UTC-4, Elephant Liu wrote: > > Hi all, I'd like to introduce a new feature to django urlresolver. > > Currently, django urlresolver can only

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

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