summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.4.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-05-12 15:22:34 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-05-19 10:33:15 +0200
commitc2e6047c725e26987c87e2be59f2ab4bf9828fa5 (patch)
tree144d38544fa2b507b9ea3a5b7561fb46feb8392c /docs/releases/3.2.4.txt
parent127fd927d0fa3b7a0b09b7bd1f02f156cc28e491 (diff)
Fixed #32740 -- Caught possible exception when initializing colorama.
Diffstat (limited to 'docs/releases/3.2.4.txt')
-rw-r--r--docs/releases/3.2.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt
index dac726e961..048eb8c385 100644
--- a/docs/releases/3.2.4.txt
+++ b/docs/releases/3.2.4.txt
@@ -18,3 +18,7 @@ Bugfixes
* Prevented unnecessary initialization of unused caches following a regression
in Django 3.2 (:ticket:`32747`).
+
+* Fixed a crash in Django 3.2 that could occur when running ``mod_wsgi`` with
+ the recommended settings while the Windows ``colorama`` library was installed
+ (:ticket:`32740`).