mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Refs #16905 -- Replaced call to removed method in runserver
Regression introduced in 0f169098ef
This commit is contained in:
parent
eb6e12ca6f
commit
4a5512a61d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class Command(BaseCommand):
|
|||
quit_command = 'CTRL-BREAK' if sys.platform == 'win32' else 'CONTROL-C'
|
||||
|
||||
self.stdout.write("Performing system checks...\n\n")
|
||||
self.validate(display_num_errors=True)
|
||||
self.check(display_num_errors=True)
|
||||
try:
|
||||
self.check_migrations()
|
||||
except ImproperlyConfigured:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue