summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/n_page.rst
blob: 958a5ba6a5342dbdd7ceeb4bd7f3d1aa28e8cca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. change::
    :tags: feature, template

    The ``n`` filter is now supported in the ``<%page>`` tag.  This allows a
    template to omit the default expression filters throughout a whole
    template, for those cases where a template-wide filter needs to have
    default filtering disabled.  Pull request courtesy Martin von Gagern.

    .. seealso::

        :ref:`expression_filtering_nfilter`