summaryrefslogtreecommitdiff
path: root/tests/conditional_processing
AgeCommit message (Expand)Author
2026-03-09Fixed a typo in tests/conditional_processing/tests.py.jun
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
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
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-10Used decorators in conditional_processing test views.Tim Graham
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
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-10-10Whitespace cleanup.Tim Graham
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-04-02Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner