mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #31216 -- Added support for colorama terminal colors on Windows.
Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library.
This commit is contained in:
parent
b7f500396e
commit
f1585c54d0
7 changed files with 102 additions and 8 deletions
|
@ -272,6 +272,11 @@ Management Commands
|
|||
prior to executing the command. In previous versions, either all or none
|
||||
of the system checks were performed.
|
||||
|
||||
* Support for colored terminal output on Windows is updated. Various modern
|
||||
terminal environments are automatically detected, and the options for
|
||||
enabling support in other cases are improved. See :ref:`syntax-coloring` for
|
||||
more details.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue