index
:
chango.git
devmain
fix-31295
initial-branch
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
/
middleware
Age
Commit message (
Expand
)
Author
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-01
Added file missing from [15696], sorry for breakage.
Luke Plant
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-03-07
Added file missing from r12704.
Karen Tracey
2010-03-07
Fixed #6228: Changed common middleware to respect request-specific urlconf. T...
Karen Tracey
2008-10-08
The tests added in r9184 were altering the test environment in bad ways. Fixed
Malcolm Tredinnick
2008-10-07
Fixed #9199 -- We were erroneously only prepending "www" to the domain if we
Malcolm Tredinnick
2008-08-21
Fixed #8381 -- Fixed a problem with appending slashes in the common middleware
Malcolm Tredinnick
2008-01-06
Fixed Python 2.3 problem I introduced all the way back in [6852]. :-(
Malcolm Tredinnick
2008-01-03
Middleware regression test fixes:
Gary Wilson Jr
2007-12-02
Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...
Malcolm Tredinnick