summaryrefslogtreecommitdiff
path: root/tests/conditional_processing/tests.py
AgeCommit message (Expand)Author
2022-11-10Updated documentation and comments for RFC updates.Nick Pope
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2017-06-06Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified...Josh Schneier
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-16Refs #27083 -- Updated conditional header comparison to match RFC 7232.Kevin Christopher Henry
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
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