﻿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
8966	"{% if ""x""|length_is:n %} always evaluates True"	Thomas Steinacher <tom@…>	Carl Meyer	"{% if ""x""|capfirst|length_is:n %} is always true. Example:

{{{
In [1]: from django.template import Template, Context

In [2]: Template('{% if ""x""|capfirst|length_is:0 %}This is wrong{% endif %}').render(Context({}))
Out[2]: u'This is wrong'
}}}

Using latest Django SVN."		closed	Template system	dev		fixed			Ready for checkin	1	0	0	0	0	0
