﻿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
16878	"Improve the ""intword"" filter"	Rohan Jain	Rohan Jain	"The current code for intword function is repetitive. For each name,
same code block is re-written.  

The patch from [https://github.com/django/django/pull/48 this] pull request,
makes the code more DRY and also allowes the use words which
represent much larger numbers then trillion. In the code, if the lots of
zeroes don't look too good, they can be replaced to exponent form and used
as {{{10**n}}}. I used zeroes thinking that might save some compution. The
test in other commit can be neglected if not needed."	New feature	closed	contrib.humanize	dev	Normal	fixed			Accepted	1	1	1	1	0	0
