﻿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
34272	"floatformat() crashes on ""0.00""."	Andrii Lahuta	David Wobrock	"
{{{#!python
from decimal import Decimal
from django.template.defaultfilters import floatformat

floatformat('0.00', 0)
floatformat(Decimal('0.00'), 0)
}}}
Both throw {{{ValueError: valid range for prec is [1, MAX_PREC]}}}
"	Bug	closed	Template system	4.2	Release blocker	fixed		ziima David Wobrock	Ready for checkin	1	0	0	0	0	0
