mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Removed the validate management command per deprecation timeline.
This commit is contained in:
parent
714277cb4c
commit
0622bca5d1
6 changed files with 6 additions and 35 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue