diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-03-03 19:35:27 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-03-03 19:35:27 +0000 |
| commit | 9428c2386937d0d311d5159a74b28cd309e92232 (patch) | |
| tree | 0ff8a06a255fc039324bb457f54dddddefa9bb08 /docs/ref/templates | |
| parent | 20b940614e62c1b71c7a438c686fe6a387746f28 (diff) | |
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
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index 00eb509fb7..1befa89e6c 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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``:: |
