From 9a9620dda649dcdb685662bbd9cb409bfeff4214 Mon Sep 17 00:00:00 2001 From: Sulabh Katila Date: Wed, 30 Aug 2023 23:03:30 -0400 Subject: Fixed #34768 -- Avoided initializing colorama on non-Windows platforms. --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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 -- cgit v1.3