﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
22753	(With patch) Documented latent feature of template tag {% comment %} . Add meta notes.	brycenesbitt	nobody	"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"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	all-versions		Unreviewed	1	0	0	0	1	0
