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
This commit is contained in:
Gabriel Hurley 2011-03-03 19:35:27 +00:00
parent 20b940614e
commit 9428c23869
1 changed files with 2 additions and 0 deletions

View File

@ -665,6 +665,8 @@ registered in ``somelibrary`` and ``otherlibrary``::
{% load somelibrary otherlibrary %} {% load somelibrary otherlibrary %}
.. versionchanged:: 1.3
You can also selectively load individual filters or tags from a library, using 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`` the ``from`` argument. In this example, the template tags/filters named ``foo``
and ``bar`` will be loaded from ``somelibrary``:: and ``bar`` will be loaded from ``somelibrary``::