1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.

This commit is contained in:
Hasan Ramezani
2021-05-17 21:53:21 +02:00
committed by Carlton Gibson
parent 7e51893911
commit 68357b2ca9
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`).