deb-horizon/releasenotes/notes/bug-1568764-cached-template-loaders-3536f35e11099eba.yaml
Yves-Gwenael Bourhis 17176d0617 Template loaders defined before local settings
TEMPLATE_LOADERS was defined after loading local_settings.py and was sqashing
any attempt to customize the template loaders.
This patch adds CACHED_TEMPLATE_LOADERS, ADD_TEMPLATE_LOADERS and a doc
defining how to use them in order to ease customization process.

Change-Id: I2544529ee965ef01c6ac4973056801ebee50be6d
Closes-Bug: #1568764
2016-04-18 18:11:23 +02:00

6 lines
230 B
YAML

---
upgrade:
- The final django TEMPLATE_LOADERS configuration will now be generated from
TEMPLATE_LOADERS, CACHED_TEMPLATE_LOADERS and ADD_TEMPLATE_LOADERS
settings. See the settings documentation for more information.