[Django] #22753: (With patch) Documented latent feature of template tag {% comment %} . Add meta notes.

2 views
Skip to first unread message

Django

unread,
Jun 2, 2014, 4:38:04 PM6/2/14
to django-...@googlegroups.com
#22753: (With patch) Documented latent feature of template tag {% comment %} . Add
meta notes.
--------------------------------------+--------------------------
Reporter: brycenesbitt | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: master
Severity: Normal | Keywords: all-versions
Triage Stage: Unreviewed | Has patch: 1
Easy pickings: 1 | UI/UX: 0
--------------------------------------+--------------------------
The {% comment %} tag has a nice feature, and has since the start, but
it's little known.
This patch documents the ability to add a meta note to a comment:

{{{#!python
{% comment 'disabled for performance reasons, see bug #121' %}
code...
{% endcomment %}
}}}

See https://github.com/django/django/pull/2753

--
Ticket URL: <https://code.djangoproject.com/ticket/22753>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jun 2, 2014, 6:52:19 PM6/2/14
to django-...@googlegroups.com
#22753: (With patch) Documented latent feature of template tag {% comment %} . Add
meta notes.
----------------------------------+----------------------------
Reporter: brycenesbitt | Owner: nobody
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed

Keywords: all-versions | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 1
UI/UX: 0 |
----------------------------------+----------------------------
Changes (by Tim Graham <timograham@…>):

* status: new => closed
* resolution: => fixed


Comment:

In [changeset:"e0208944708aa9e1034531a047a731b1c93b50c6"]:
{{{
#!CommitTicketReference repository=""
revision="e0208944708aa9e1034531a047a731b1c93b50c6"
Fixed #22753 -- Documented ability to use a note with the {% comment %}
tag.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22753#comment:1>

Django

unread,
Jun 2, 2014, 6:53:25 PM6/2/14
to django-...@googlegroups.com
#22753: (With patch) Documented latent feature of template tag {% comment %} . Add
meta notes.
----------------------------------+----------------------------
Reporter: brycenesbitt | Owner: nobody
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed

Keywords: all-versions | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 1
UI/UX: 0 |
----------------------------------+----------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"cb3266c1b0d6328dcf316f2d6d0db28a10df6816"]:
{{{
#!CommitTicketReference repository=""
revision="cb3266c1b0d6328dcf316f2d6d0db28a10df6816"
[1.7.x] Fixed #22753 -- Documented ability to use a note with the {%
comment %} tag.

Backport of e020894470 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22753#comment:2>

Django

unread,
Jun 2, 2014, 6:53:26 PM6/2/14
to django-...@googlegroups.com
#22753: (With patch) Documented latent feature of template tag {% comment %} . Add
meta notes.
----------------------------------+----------------------------
Reporter: brycenesbitt | Owner: nobody
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed

Keywords: all-versions | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 1
UI/UX: 0 |
----------------------------------+----------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"9334150ca4d60026be4e36e3599bb1e23ccbae7b"]:
{{{
#!CommitTicketReference repository=""
revision="9334150ca4d60026be4e36e3599bb1e23ccbae7b"
[1.6.x] Fixed #22753 -- Documented ability to use a note with the {%
comment %} tag.

Backport of e020894470 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22753#comment:3>

Reply all
Reply to author
Forward
0 new messages