summaryrefslogtreecommitdiff
path: root/tests/conditional_processing/tests.py
AgeCommit message (Expand)Author
2014-12-24Fixed #22461 -- Added if-unmodified-since support to the condition decorator.Thomas Tanner
2014-10-21Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.Anton Novosyolov
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2013-11-02PEP8 cleanupJason Myers
2013-04-02Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons