17176d0617
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
6 lines
230 B
YAML
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.
|