From 0622bca5d1b25877167b7beda96edcd3ba58db8d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 17 Jan 2015 19:00:12 -0500 Subject: Removed the validate management command per deprecation timeline. --- tests/logging_tests/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/logging_tests') diff --git a/tests/logging_tests/tests.py b/tests/logging_tests/tests.py index af03e47d09..65b2be4135 100644 --- a/tests/logging_tests/tests.py +++ b/tests/logging_tests/tests.py @@ -385,7 +385,7 @@ class SettingsConfigTest(AdminScriptTestCase): def test_circular_dependency(self): # validate is just an example command to trigger settings configuration - out, err = self.run_manage(['validate']) + out, err = self.run_manage(['check']) self.assertNoOutput(err) self.assertOutput(out, "System check identified no issues (0 silenced).") @@ -466,6 +466,6 @@ format=%(message)s self.remove_settings('settings.py') def test_custom_logging(self): - out, err = self.run_manage(['validate']) + out, err = self.run_manage(['check']) self.assertNoOutput(err) self.assertOutput(out, "System check identified no issues (0 silenced).") -- cgit v1.3