#4049: `auth` context processor shouldn't error if `AuthenticationMiddleware`
isn't being used
----------------------------------------------------+-----------------------
Reporter: David S. <[EMAIL PROTECTED]> | Owner: adrian
Status: new | Component:
Core framework
Version: SVN | Resolution:
Keywords: | Stage:
Accepted
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
----------------------------------------------------+-----------------------
Comment (by Collin Grady <[EMAIL PROTECTED]>):
Projects created from `manage.py startproject` do not define
`TEMPLATE_CONTEXT_PROCESSORS` though, so they're all using the default
value from `global_settings.py`.
If the processor was moved and the default `TEMPLATE_CONTEXT_PROCESSORS`
value adjusted, they'd all work just fine - only those who redefined the
value will have to update their settings.
--
Ticket URL: <http://code.djangoproject.com/ticket/4049#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---