horizon/releasenotes/notes/cleanup-cache-command-64a50...

11 lines
387 B
YAML

---
features:
- |
Added an ``cleanup_angular_template_cache`` management command, that clears
template cache for angularized views. The command is available
as ``./manage.py cleanup_angular_template_cache``.
fixes:
- |
[`bug/1874657 <https://bugs.launchpad.net/horizon/1874657>`_] Horizon
container upgrade works without additional ``./manage.py compress`` call.