mirror of
https://github.com/Hopiu/django.git
synced 2026-05-20 05:11:50 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue