summaryrefslogtreecommitdiff
path: root/tests/project_template
AgeCommit message (Collapse)Author
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
Debian packages unconditionally byte-compile .py files on installation and do not silence errors by design. Therefore, we need a way of shipping these invalid .py files without a .py extension but ensuring that when we template them, they end up as .py. We don't special-case .py files so that the all the TemplateCommand command-line options (eg. extra_files and extensions) still work entirely as expected and it may even be useful for other formats too. Backport of abc0777b63057e2ff97eee2ff184356051e14c47 from master
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