Re: Middlewares disable for specific views

2010-04-06 Thread Tim Shaffer
It's actually the auth context processor that queries for messages, not the auth middleware. The TEMPLATE_CONTEXT_PROCESSORS are only processed when you using RequestContext. So there are numerous ways to get prevent the auth context processor from being used. You could just not use RequestContext

Middlewares disable for specific views

2010-04-06 Thread Thierry
Is it possible to disable a middleware such as the authentication one for specific views where they are not needed? The constant querying for messages annoys me a bit :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send