deb-horizon/releasenotes/notes/bp-cache-templates-4ab00dcda195a03a.yaml
Anh Tran efef226a84 Removes some redundant words
This patch removes some redundant words.

Change-Id: Iba1495a2ab0e350fdeafa06ac60f14a2d851042d
2016-03-25 11:29:48 +07:00

9 lines
412 B
YAML

---
features:
- Added the Django template cached loader, so templates are stored in memory.
See https://docs.djangoproject.com/en/1.8/ref/templates/api/#django.template.loaders.cached.Loader
upgrade:
- Custom template tags must have a thread-safe Node implementation to work
with the cached loader. See
https://docs.djangoproject.com/en/1.8/howto/custom-template-tags/#template-tag-thread-safety