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
2013-02-10
[1.5.x] Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-02-10
[1.5.x] Fixed #19645 -- Added tests for TransactionMiddleware
Anssi Kääriäinen
2012-11-03
[1.5.x] Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-08-15
[py3] Fixed middleware tests.
Aymeric Augustin
2012-08-15
[py3] Fix some more encoding issues in tests
Claude Paroz
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-02-10
Fixed a SyntaxError in the middleware tests introduced in r17471.
Jannis Leidel
2012-02-09
Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in...
Jannis Leidel
2012-01-09
Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...
Aymeric Augustin
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-05-30
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Luke Plant
2011-05-05
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...
Luke Plant
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