Re: Predicate as suggested new feature to extend url resolver process

2013-05-23 Thread Rach Belaid
new to Django. > > So, let's bring it all together: > > What you're proposing -- view predicates -- isn't going to happen. > You're welcome to keep tilting at this windmill, but the chances of > this making it into Django proper are essentially nil. Howev

Re: Predicate as suggested new feature to extend url resolver process

2013-05-22 Thread Rach Belaid
is > > different from @require_GET, @require_POST, and friends? > > > > Jacob > > > > On Wed, May 22, 2013 at 11:05 AM, Rach Belaid > > > > wrote: > >> I just did a pull request resulting of my last Django sprints for > >> a

Re: Predicate as suggested new feature to extend url resolver process

2013-05-22 Thread Rach Belaid
different from @require_GET, @require_POST, and friends? > > Jacob > > > > > > > > On Wed, May 22, 2013 at 11:05 AM, Rach Belaid wrote: > > I just did a pull request resulting of my last Django sprints for > > adding a new feature in Django. > > >https://c

Predicate as suggested new feature to extend url resolver process

2013-05-22 Thread Rach Belaid
I just did a pull request resulting of my last Django sprints for adding a new feature in Django. https://code.djangoproject.com/ticket/20479 The idea is being able to have more control on the url resolving process. I have no merit behind the idea of predicate. Predicate is one of my favorite fe