summaryrefslogtreecommitdiff
path: root/django/core/context_processors.py
AgeCommit message (Expand)Author
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-15Fixed a regression on Python 2.6 caused by r11623Luke Plant
2009-10-14Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...Luke Plant
2008-08-09No, really: PermWrapper is not iterable. Fixes #8182.Jacob Kaplan-Moss
2008-07-06Fixed #7072 -- More logical and robust language settings in the i18n context ...Malcolm Tredinnick
2007-09-16Fixed #4049 -- Improved error handling in auth() context processor. Based on ...Malcolm Tredinnick
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ...Russell Keith-Magee
2006-09-23Fixed #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks,Malcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-27Fixed #1271 -- Added a 'request' template context processor, which is not act...Adrian Holovaty
2005-12-24Added missing context_processors module from [1773]Adrian Holovaty