summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
AgeCommit message (Expand)Author
2013-07-29Add utf-8 preamble to admin_scripts temp settings fileClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-09Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.Tim Graham
2013-05-30Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham
2013-05-20Fixed #20445 -- Raised original exception after command errorJorge Bastida
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-01Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.Florian Apolloner
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
2013-03-09Fixed #19923 -- Display tracebacks for non-CommandError exceptionsClaude Paroz
2013-02-27use the real path to fix OS X /var/folders vs. /private/var/folders mismatchƁukasz Langa
2013-02-26Fixed discovery of the Django installation during tests.Florian Apolloner
2013-02-26fixed admin_scripts tests on python 3.3Florian Apolloner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner