{{{#!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.
* 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>
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>
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>