1
0
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:
Jon Dufresne
2015-10-04 11:16:12 -07:00
committed by Tim Graham
parent b215a3ab63
commit 2875325889
6 changed files with 34 additions and 6 deletions

View File

@@ -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
^^^^^^^^^^