summaryrefslogtreecommitdiff
path: root/tests/conditional_processing
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-072-131/+130
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-4/+4
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-9/+9
* 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-163-16/+79
* Used decorators in conditional_processing test views.Tim Graham2016-09-101-5/+5
* Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry2016-09-103-22/+67
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-4/+2
* 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
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-8/+8
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* PEP8 cleanupJason Myers2013-11-022-0/+5
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Removed most of absolute_import importsClaude Paroz2013-07-291-3/+0
* Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons2013-04-023-130/+130
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+171