Kaydet (Commit) 9428c238 authored tarafından Gabriel Hurley's avatar Gabriel Hurley

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
üst 20b94061
......@@ -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``::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment