mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
parent
a96dbda6d3
commit
b341f33697
5 changed files with 75 additions and 4 deletions
|
@ -325,7 +325,7 @@ LOGIN_URL = reverse_lazy('login')""")
|
|||
self.remove_settings('settings.py')
|
||||
|
||||
def test_lazy_in_settings(self):
|
||||
out, err = self.run_manage(['sqlall', 'auth'])
|
||||
out, err = self.run_manage(['validate'])
|
||||
self.assertNoOutput(err)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue