Removed the validate management command per deprecation timeline.

This commit is contained in:
Tim Graham 2015-01-17 19:00:12 -05:00
parent 714277cb4c
commit 0622bca5d1
6 changed files with 6 additions and 35 deletions

View file

@ -333,7 +333,7 @@ LOGIN_URL = reverse_lazy('login')""")
self.remove_settings('settings.py')
def test_lazy_in_settings(self):
out, err = self.run_manage(['validate'])
out, err = self.run_manage(['check'])
self.assertNoOutput(err)