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

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: Proposal/RFC: assertContextContains

2010-06-25 Thread JK Laiho
> Sorry, but this looks like a bit of a mess to me. It looks like you're > cramming three different assertions into a single assertXXX method. > I'm not sure I see why this is a good thing. Three separate assertion statements, yes, but all of them basically doing the exact same assertion (is somet