mirror of https://github.com/django/django.git
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:
parent
20b940614e
commit
9428c23869
|
@ -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``::
|
||||
|
|
Loading…
Reference in New Issue