Commit 4a5512a6 authored by R3v1L's avatar R3v1L Committed by Markus Holtermann
Browse files

Refs #16905 -- Replaced call to removed method in runserver

Regression introduced in 0f169098
parent eb6e12ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: