summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2021-05-17 21:53:21 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-05-26 09:41:29 +0200
commit68357b2ca9e88c40fc00d848799813241be39129 (patch)
tree2d0b297e1af538d226fe3756b430682c499959ec /docs
parent7e51893911237dfca9294e3ca12163ff813fb656 (diff)
Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt
index 048eb8c385..372ed87517 100644
--- a/docs/releases/3.2.4.txt
+++ b/docs/releases/3.2.4.txt
@@ -22,3 +22,6 @@ Bugfixes
* 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`).
+
+* Fixed a bug in Django 3.2 that would trigger the auto-reloader for template
+ changes when directory paths were specified with strings (:ticket:`32744`).