summaryrefslogtreecommitdiff
path: root/tests/regressiontests/context_processors
AgeCommit message (Expand)Author
2009-10-20[1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapp...Luke Plant
2009-10-19[1.1.X] Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-15[1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch.Luke Plant
2009-10-14[1.1.X] Fixed #6552, #12031 - Make django.core.context_processors.auth lazy t...Luke Plant
2008-08-03Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...Gary Wilson Jr