summaryrefslogtreecommitdiff
path: root/tests/project_template
AgeCommit message (Expand)Author
2017-05-31Fixed #26755 -- Fixed test_middleware_classes_headers if Django source isn't ...Chris Lamb
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2016-06-27Fixed #5897 -- Added the Content-Length response header in CommonMiddlewareClaude Paroz
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2015-06-18Removed support for Python 3.3.Tim Graham
2014-12-03Added a test to verify headers set by default middleware; refs #23939.Tim Graham