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:
committed by
Carlton Gibson
parent
7e51893911
commit
68357b2ca9
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user