summaryrefslogtreecommitdiff
path: root/tests/conditional_processing/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Updated documentation and comments for RFC updates.Nick Pope2022-11-101-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-123/+122
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-4/+4
* Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified...Josh Schneier2017-06-061-4/+8
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27083 -- Updated conditional header comparison to match RFC 7232.Kevin Christopher Henry2016-09-161-15/+69
* Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry2016-09-101-22/+49
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Fixed #22461 -- Added if-unmodified-since support to the condition decorator.Thomas Tanner2014-12-241-0/+60
* Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.Anton Novosyolov2014-10-211-0/+5
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-12/+12
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons2013-04-021-0/+129