Fixed #32296 -- Added --skip-checks option to runserver command.

This commit is contained in:
Hasan Ramezani 2020-12-24 16:29:54 +01:00 committed by Mariusz Felisiak
parent e8b4f23115
commit 34aa4f1997
4 changed files with 38 additions and 4 deletions

View file

@ -153,7 +153,8 @@ Logging
Management Commands
~~~~~~~~~~~~~~~~~~~
* ...
* The :djadmin:`runserver` management command now supports the
:option:`--skip-checks` option.
Migrations
~~~~~~~~~~