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
/
conditional_processing
Age
Commit message (
Expand
)
Author
2012-09-26
Fixed parse_http_date docstring and moved related tests
Claude Paroz
2012-08-14
[py3] Fixed conditional_processing tests
Claude Paroz
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-07-20
Switched to Python 3-compatible octal notation.
Aymeric Augustin
2012-05-25
Fixed #17371 -- Made the test client more flexible
Aymeric Augustin
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-04-02
Modified some regression tests to make them independent of the default root u...
Russell Keith-Magee
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-01
Fixed #717 - If-Modified-Since handling should compare dates according to RFC...
Luke Plant
2009-04-03
Fixed #10681 -- Work around (by ignoring) invalid ETag headers.
Malcolm Tredinnick
2009-03-24
A bunch of improvements for conditional HTTP processing.
Malcolm Tredinnick
2009-03-22
Fixed #10581 -- Fixed conditional handling of If-Match headers.
Malcolm Tredinnick
2009-03-22
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
Malcolm Tredinnick