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
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
2 matches
Mail list logo