summaryrefslogtreecommitdiff
path: root/tests/regressiontests/conditional_processing
AgeCommit message (Expand)Author
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-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-01Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant
2009-04-03Fixed #10681 -- Work around (by ignoring) invalid ETag headers.Malcolm Tredinnick
2009-03-24A bunch of improvements for conditional HTTP processing.Malcolm Tredinnick
2009-03-22Fixed #10581 -- Fixed conditional handling of If-Match headers.Malcolm Tredinnick
2009-03-22Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).Malcolm Tredinnick