Skip to content

Commit

Permalink
Fixed #15528 -- Added versionchanged directive to load template tag d…
Browse files Browse the repository at this point in the history
…ocs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Mar 3, 2011
1 parent 20b9406 commit 9428c23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ref/templates/builtins.txt
Expand Up @@ -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``::
Expand Down

0 comments on commit 9428c23

Please sign in to comment.