#16939: Inaccurate implementation of {% comment %} presented in custom template
tag
'howto' guide
------------------------+-----------------------------------------
Reporter: julien | Owner: nobody
Type: Bug | Status: new
Milestone: | Component: Documentation
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------+-----------------------------------------
Two sections (see `[1]` and `[2]`) of the custom template tag howto guide
illustrate an obsolete implementation (6 years old! -- see r1964) of the
built-in `{% comment %}` tag. Those should be updated either to reflect
the new implementation (see in `[3]`) or to provide a different example.
`[1]` https://docs.djangoproject.com/en/dev/howto/custom-template-tags
/#parsing-until-another-block-tag
`[2]` https://docs.djangoproject.com/en/dev/howto/custom-template-tags
/#parsing-until-another-block-tag-and-saving-contents
`[3]` source:django/trunk/django/template/defaulttags.py?rev=16908#L480
--
Ticket URL: <https://code.djangoproject.com/ticket/16939>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.