From a93df48029bb50ff54efa54e7763b856712385cb Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 13 Sep 2009 10:26:39 -0700 Subject: [PATCH] speedup extension is now disabled by default (added message) and fixed a line in the docs. --HG-- branch : trunk --- CHANGES | 1 + docs/templates.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c4f9b3f..05d28d7 100644 --- a/CHANGES +++ b/CHANGES @@ -23,6 +23,7 @@ Version 2.2 - Added the `meta` module. - Renamed (undocumented) attribute "overlay" to "overlayed" on the environment because it was clashing with a method of the same name. +- speedup extension is now disabled by default. Version 2.1.1 ------------- diff --git a/docs/templates.rst b/docs/templates.rst index 79ab5e3..93560af 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -409,7 +409,7 @@ modifier to a block declaration::
  • {% block loop_item scoped %}{{ item }}{% endblock %}
  • {% endfor %} - When overriding a block the `scoped` modifier does not have to be provided. +When overriding a block the `scoped` modifier does not have to be provided. HTML Escaping -- 2.26.2