﻿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
4976	The contrib.humanize templatetags fail when given None.	anonymous		"Calling django.contrib.humanize.templatetags.ordinal(None) raises an uncaught TypeError when casting None to an int.

The patch simply adds an exception handler for a TypeError, which behaves like the ValueError handler (returning the original arg untouched.)

The module lacked doctests, so I didn't add an ordinal(None) test."		closed	Contrib apps	dev		fixed			Ready for checkin	1	0	0	0	0	0
