1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #13476 -- Added support for color in console output under Windows.

Detect and use the services of the ANSICON third-party tool if it's
available.
This commit is contained in:
Ramiro Morales
2013-12-02 23:11:59 -03:00
parent c75dd664cf
commit 12615dab78
3 changed files with 20 additions and 2 deletions

View File

@@ -415,6 +415,9 @@ Management Commands
* All HTTP requests are logged to the console, including requests for static
files or ``favicon.ico`` that used to be filtered out.
* Management commands can now produce syntax colored output under Windows if
the ANSICON third-party tool is installed and active.
Models
^^^^^^