﻿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
20336	Outdated paragraph in {% ifequal %} documentation	Baptiste Mispelon	nobody	"The documentation for `{% ifequal %}` [1] says:

> It is only possible to compare an argument to template variables or strings.
> You cannot check for equality with Python objects such as True or False.
> If you need to test if something is true or false, use the if tag instead.

However, django 1.5 introduced `True` and `False` in templates which means it's now possible to do `{% ifequal foo True %}`.

I think this paragraph can simply be deleted.

[1] https://docs.djangoproject.com/en/1.5/ref/templates/builtins/#ifequal"	Bug	closed	Documentation		Normal	fixed			Unreviewed	0	0	0	0	1	0
