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
/
project_template
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2020-02-05
Fixed #31232 -- Changed default SECURE_REFERRER_POLICY to 'same-origin'.
Adam Johnson
2019-09-09
Fixed #30426 -- Changed X_FRAME_OPTIONS setting default to DENY.
Claude Paroz
2019-08-18
Refs #30426 -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.
Claude Paroz
2019-02-09
Removed default empty content argument from HttpResponse calls.
Jon Dufresne
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2017-05-31
Fixed #26755 -- Fixed test_middleware_classes_headers if Django source isn't ...
Chris Lamb
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-06-27
Fixed #5897 -- Added the Content-Length response header in CommonMiddleware
Claude Paroz
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-25
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb
2015-06-18
Removed support for Python 3.3.
Tim Graham
2014-12-03
Added a test to verify headers set by default middleware; refs #23939.
Tim Graham