aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-07-20 12:27:01 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-07-20 12:27:01 -0400
commit4d6158be06c4ca5b6f54ba2f6e12923b337c0aff (patch)
tree7bb2a3045d617c4e55aa709ed47092481e6910c7
parent4663af342bf76a736df36a3ca96e7f974d0e2fef (diff)
downloadexternal_python_mako-4d6158be06c4ca5b6f54ba2f6e12923b337c0aff.tar.gz
external_python_mako-4d6158be06c4ca5b6f54ba2f6e12923b337c0aff.tar.bz2
external_python_mako-4d6158be06c4ca5b6f54ba2f6e12923b337c0aff.zip
- note that n filter in page tag is new for 1.0.14
Change-Id: Ia6a97cc1c20d3768af6a658cf3b3b5f081d4569c
-rw-r--r--doc/build/filtering.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/filtering.rst b/doc/build/filtering.rst
index c657b01..984d21c 100644
--- a/doc/build/filtering.rst
+++ b/doc/build/filtering.rst
@@ -187,6 +187,8 @@ will suppress turning the values into strings using the default filter, so that
equivalent) can take the value type into account, formatting numbers as numeric
literals and strings as string literals.
+.. versionadded:: 1.0.14 The ``n`` filter can now be used in the ``<%page>`` tag.
+
Filtering Defs and Blocks
=========================