efef226a84
This patch removes some redundant words. Change-Id: Iba1495a2ab0e350fdeafa06ac60f14a2d851042d
9 lines
412 B
YAML
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
|