diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2021-05-17 21:53:21 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-05-26 10:08:58 +0200 |
| commit | c0d506f5ef253f006dbff0b0092c8eecbd45eedf (patch) | |
| tree | fb6d65915c61e2a5070036a687c46b76b2c42927 /docs/releases | |
| parent | 143d2a4bbf182df5f3d025e4031b884162a65b8c (diff) | |
[3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.
Backport of 68357b2ca9e88c40fc00d848799813241be39129 from main
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.2.4.txt | 3 |
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`). |
