diff options
| author | Sulabh Katila <sulabhkatila@gmail.com> | 2023-08-30 23:03:30 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-01 11:26:29 +0200 |
| commit | 9a9620dda649dcdb685662bbd9cb409bfeff4214 (patch) | |
| tree | 73ec7f581a52809ccb0ee68bc451f3093e65e884 /docs/ref | |
| parent | 9cc0d7f7f85cecc3ad15bbc471fe6a08e4f515b6 (diff) | |
Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index c3349f364b..d63c049b0b 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1931,7 +1931,7 @@ two third-party libraries are needed: .. code-block:: doscon - ...\> py -m pip install colorama + ...\> py -m pip install "colorama >= 0.4.6" * Install `ANSICON`_, a third-party tool that allows ``cmd.exe`` to process ANSI color codes. Django commands will detect its presence and will make use |
