From 7e8cf74dc74539f40f4cea53c1e8bba82791fcb6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 26 Dec 2014 13:56:08 -0500 Subject: Removed support for syncing apps without migrations per deprecation timeline. Kept support for creating models without migrations when running tests (especially for Django's test suite). --- tests/admin_scripts/tests.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/admin_scripts') diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index cbe2a5e6e3..c7603e3914 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -319,13 +319,6 @@ class DjangoAdminFullPathDefaultSettings(AdminScriptTestCase): self.assertNoOutput(err) self.assertOutput(out, SYSTEM_CHECK_MSG) - def test_sqlclear_builtin_with_settings(self): - "fulldefault: django-admin builtin commands succeed if a setting file is provided" - args = ['sqlclear', '--settings=test_project.settings', 'complex_app'] - out, err = self.run_django_admin(args) - self.assertNoOutput(err) - self.assertOutput(out, '-- App creates no tables in the database. Nothing to do.') - def test_builtin_with_environment(self): "fulldefault: django-admin builtin commands succeed if the environment contains settings" args = ['check', 'admin_scripts'] -- cgit v1.3