From c0d506f5ef253f006dbff0b0092c8eecbd45eedf Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Mon, 17 May 2021 21:53:21 +0200 Subject: [3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes. Backport of 68357b2ca9e88c40fc00d848799813241be39129 from main --- docs/releases/3.2.4.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3