summaryrefslogtreecommitdiff
path: root/tests/regressiontests/context_processors/urls.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
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