Re: question about django.core.context_processors.PermWrapper

2011-02-13 Thread Shailesh Kumar
Thanx Russ, I have filed a ticket accordingly #15299. http://code.djangoproject.com/ticket/15299 With regards, - Shailesh On Sun, Feb 13, 2011 at 7:45 PM, Russell Keith-Magee wrote: > On Sun, Feb 13, 2011 at 8:55 PM, Shailesh Kumar wrote: >> Hi, >> >> I am new to this list. >> >> Looking at

Re: question about django.core.context_processors.PermWrapper

2011-02-13 Thread Russell Keith-Magee
On Sun, Feb 13, 2011 at 8:55 PM, Shailesh Kumar wrote: > Hi, > > I am new to this list. > > Looking at the source code I was curious why > django.core.context_processors.PermWrapper is in django.core. > > Is there any specific reason why it isn't moved to > django.contrib.auth.context_processors?

question about django.core.context_processors.PermWrapper

2011-02-13 Thread Shailesh Kumar
Hi, I am new to this list. Looking at the source code I was curious why django.core.context_processors.PermWrapper is in django.core. Is there any specific reason why it isn't moved to django.contrib.auth.context_processors? With regards, - Shailesh -- You received this message because you ar