summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2020-11-19 12:07:15 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-11-19 12:12:47 +0100
commit012822c7f9eb2be2f44cb3235eb66ca207d37133 (patch)
treeebd1600770d78d7eced239efbae15ad96e2fed01 /docs
parent4f7517b5e02ecc327698e672efb7209502393e3d (diff)
[3.1.x] Fixed #32202 -- Fixed autoreloader argument generation for Windows with Python 3.7-.
Backport of ead37dfb580136cc27dbd487a1f1ad90c9235d15 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.4.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.4.txt b/docs/releases/3.1.4.txt
index 02408cca68..ca75d303b9 100644
--- a/docs/releases/3.1.4.txt
+++ b/docs/releases/3.1.4.txt
@@ -17,3 +17,7 @@ Bugfixes
* Fixed crash of key transforms for :class:`~django.db.models.JSONField` on
PostgreSQL when using on a ``Subquery()`` annotation (:ticket:`32182`).
+
+* Fixed a regression in Django 3.1 that caused a crash of auto-reloader for
+ certain invocations of ``runserver`` on Windows with Python 3.7 and below
+ (:ticket:`32202`).