Commit 9428c238 authored by Gabriel Hurley's avatar Gabriel Hurley
Browse files

Fixed #15528 -- Added versionchanged directive to load template tag docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 20b94061
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -665,6 +665,8 @@ registered in ``somelibrary`` and ``otherlibrary``::

    {% load somelibrary otherlibrary %}

.. versionchanged:: 1.3

You can also selectively load individual filters or tags from a library, using
the ``from`` argument. In this example, the template tags/filters named ``foo``
and ``bar`` will be loaded from ``somelibrary``::