Re: RequestContext + Auth.middleware 'Accesses the Session' (aka LazyUser ain't that lazy)

2008-10-28 Thread Adam Gomaa
On Mon, Oct 27, 2008 at 8:59 PM, bo <[EMAIL PROTECTED]> wrote: > thus i do not need > django.core.context_processors.auth) but "contrib.admin" screams if it > is not included. I don't want to steer the thread off-topic, but I've been bitten by this as well. My specific usecase is a project in whi

Re: why is field.related_query_name a method?

2008-10-17 Thread Adam Gomaa
On Wed, Oct 15, 2008 at 6:38 PM, Jesse Young <[EMAIL PROTECTED]> wrote: > * Existing apps might rely on it being a function. But it's not > documented anywhere, so it doesn't seem like apps should be using it > directly. I don't know about *should*, but some apps *are*[0]. This would break backwa