summaryrefslogtreecommitdiff
path: root/tests/regressiontests/context_processors
AgeCommit message (Expand)Author
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2009-10-20Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...Luke Plant
2009-10-19Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke 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-03Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...Gary Wilson Jr