summaryrefslogtreecommitdiff
path: root/django/template/autoreload.py
AgeCommit message (Expand)Author
2023-09-29Fixed #34878 -- Fixed autoreloader crash when FORM_RENDERER is set to Templat...Dan Jacob
2023-08-09Fixed #34692 -- Made autoreloader reset cached template loader for default re...priyank.panchal
2022-04-11Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...Manel Clos
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Fixed #33473 -- Fixed detecting changes by autoreloader in .py files inside t...Hrushikesh Vaidya
2021-12-21Optimized django.template.autoreload.get_template_directories() a bit.Adam Johnson
2021-05-26Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template...Hasan Ramezani
2020-11-05Fixed #25791 -- Implement autoreload behaviour for cached template loader.Tom Forbes