django.core.context_processors.auth should be in contrib.auth
As a tiny step towards making Django function with no contrib apps, the auth context processor should live in the contrib auth app directory.
I propose solving this by:
- Moving the context processor into contrib/auth/context_processors.py
- Update the documentation
- Update conf/global_settings.py to point to the new location
- Add a backwards compatible shortcut in the old location flagged to be deprecated at some future release.
Change History
(5)
milestone: |
→ 1.2
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
LGTM.