1
0
mirror of https://github.com/django/django.git synced 2025-02-09 00:45:23 +00:00
django/docs/releases/3.2.13.txt
Manel Clos 62739b6e26 Fixed #33628 -- Ignored directories with empty names in autoreloader check for template changes.
Regression in 68357b2ca9e88c40fc00d848799813241be39129.
2022-04-11 07:37:30 +02:00

16 lines
419 B
Plaintext

===========================
Django 3.2.13 release notes
===========================
*April 11, 2022*
Django 3.2.13 fixes two security issues with severity "high" in
3.2.12 and a regression in 3.2.4.
Bugfixes
========
* Fixed a regression in Django 3.2.4 that caused the auto-reloader to no longer
detect changes when the ``DIRS`` option of the ``TEMPLATES`` setting
contained an empty string (:ticket:`33628`).