index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
conditional_processing
Age
Commit message (
Expand
)
Author
2026-03-09
Fixed a typo in tests/conditional_processing/tests.py.
jun
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2017-06-06
Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified...
Josh Schneier
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-16
Refs #27083 -- Updated conditional header comparison to match RFC 7232.
Kevin Christopher Henry
2016-09-10
Used decorators in conditional_processing test views.
Tim Graham
2016-09-10
Fixed #27083 -- Added support for weak ETags.
Kevin Christopher Henry
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-24
Fixed #22461 -- Added if-unmodified-since support to the condition decorator.
Thomas Tanner
2014-10-21
Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.
Anton Novosyolov
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-12-17
Removed superfluous models.py files.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-04-02
Move last remaining tests out of models.py files; prep for test discovery.
Preston Timmons
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner