1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

[3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.

Backport of 68357b2ca9 from main
This commit is contained in:
Hasan Ramezani
2021-05-17 21:53:21 +02:00
committed by Carlton Gibson
parent 143d2a4bbf
commit c0d506f5ef
3 changed files with 28 additions and 2 deletions

View File

@@ -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`).