﻿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
6535	parser.compile_filter() does not support negative numbers	Collin Grady <cgrady@…>	Aymeric Augustin	"After writing a patch for #5756, a new issue presented itself - another user tried `{% ifequal -1 -1 %}` and it threw a `TemplateSyntaxError` stating that it could not parse the remainder ""-1""

A small tweak to a regex in `django/template/__init__.py` appears to correct the issue, but I'm not sure if a better change is needed along these lines to make it so the - can only be at the start of a number."	Bug	closed	Template system	dev	Normal	fixed	tplrf-fixed		Accepted	1	0	1	0	0	0
