﻿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
29143	IntConverter does not accept negative integers	Ashish Nitin Patil		"Paths like 
{{{
'/int/<int:integer>/'
}}}
do not accept negative integers, i.e.
{{{
'/int/-2/'
}}}
fails with a 404, which it should not (since -2 ''is'' an integer).

PS - Attributed to this StackOverflow question for discovery and potential fix : https://stackoverflow.com/questions/48867977/django-2-url-path-matching-negative-value"	Bug	closed	Core (URLs)	2.0	Normal	invalid	IntConverter,url,path		Unreviewed	1	0	0	0	1	0
