extra_context in all admin views?

2010-06-24 Thread Nan
I've been subclassing AdminSite for a recent project, and am curious whether there's a particular reason why the login, logout, and change_password views shouldn't take extra_context the way most of the other views do? thanks, -Nan -- You received this message because you are subscribed to the G

Re: extra_context in all admin views?

2010-06-25 Thread Adam V.
For what it's worth, there are several existing tickets on this subject: * http://code.djangoproject.com/ticket/5298 * http://code.djangoproject.com/ticket/8670 * http://code.djangoproject.com/ticket/12044 -- You received this message because you are subscribed to the Google Groups "Django deve

Re: extra_context in all admin views?

2010-06-25 Thread ringemup
The first two tickets refer to the auth app, not the admin views. The third only refers to a single view, which I guess is why it didn't come up in my search. I'll try adding a note there. Thanks. On Jun 25, 2010, at 1:18 PM, Adam V. wrote: > For what it's worth, there are several existing t