diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-10-27 01:58:13 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-10-27 01:58:13 +0000 |
| commit | 48234a0925fcba67a72d3cfc31fbf66cca3f2e33 (patch) | |
| tree | f7a5598a90af04edfd2a8fe1904ac50b6da8dd06 /docs | |
| parent | ed27ff9aa99ab4f55311a0fc4417665c53eac2aa (diff) | |
Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatetag %} templatetag. Thanks for the patch, Jeong-Min Lee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates.txt b/docs/templates.txt index 0f0009b495..92d4b53660 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -800,8 +800,12 @@ The argument tells which template bit to output: ``closevariable`` ``}}`` ``openbrace`` ``{`` ``closebrace`` ``}`` + ``opencomment`` ``{#`` + ``closecomment`` ``#}`` ================== ======= +Note: ``opencomment`` and ``closecomment`` are new in the Django development version. + widthratio ~~~~~~~~~~ |
