summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSulabh Katila <sulabhkatila@gmail.com>2023-08-30 23:03:30 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-01 11:26:29 +0200
commit9a9620dda649dcdb685662bbd9cb409bfeff4214 (patch)
tree73ec7f581a52809ccb0ee68bc451f3093e65e884 /docs/ref
parent9cc0d7f7f85cecc3ad15bbc471fe6a08e4f515b6 (diff)
Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
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