mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25500 -- Added --fail-level option to check command.
This option specifies the level that check command exits with a non-zero status. Default is ``ERROR``.
This commit is contained in:
@@ -150,7 +150,9 @@ Internationalization
|
||||
Management Commands
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
* ...
|
||||
* The new :djadminopt:`--fail-level` option of the :djadmin:`check` command
|
||||
allows specifying the message level that will cause the command to exit with
|
||||
a non-zero status.
|
||||
|
||||
Migrations
|
||||
^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user