summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/custom_templates/project_template
AgeCommit message (Collapse)Author
2014-05-27[1.7.x] Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
This makes it possible to run django.setup() in management commands that don't need a settings module. In addition it simplifies error handling. Thanks Claude for the review. Backport of 4865326f from master.
2013-10-10Whitespace cleanup.Tim Graham
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner