Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default.

This commit is contained in:
Tim Graham 2016-01-13 19:02:39 -05:00
parent 28acc0d6df
commit 5b94b17fef
9 changed files with 5 additions and 116 deletions

View file

@ -739,9 +739,6 @@ When :setting:`DEBUG` is ``True``:
* The ``django`` catch-all logger sends all messages at the ``INFO`` level or
higher to the console.
* The ``py.warnings`` logger, which handles messages from ``warnings.warn()``,
sends messages to the console.
When :setting:`DEBUG` is ``False``:
* The ``django`` logger send messages with ``ERROR`` or ``CRITICAL`` level to