index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
context_processors
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-05-31
Fixed auth context processor tests, which were not running at all previously.
Luke Plant
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2010-11-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-11-11
Fixed #14508 - test suite silences warnings.
Luke Plant
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-02-21
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...
Jannis Leidel
2009-10-20
Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...
Luke Plant
2009-10-19
Fixed #12049 - LazyObject-wrapped User breaks queries in template tags
Luke Plant
2009-10-15
Fixed a regression on Python 2.6 caused by r11623
Luke Plant
2009-10-14
Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...
Luke Plant
2008-08-03
Fixed #8092, #3828 -- Removed dictionary access for request objects so that G...
Gary Wilson Jr