﻿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
5748	Fix rounding issue with floatformat filter	Chris Beaven	Karen Tracey	"#3004 introduced a precision argument for the `floatformat` filter, but also discussed a rounding bug (it's a Python rounding problem with `float`).

The best solution to these was using the `decimal` module but the solution was not used because `decimal` is a Python 2.4 feature. Since then, a port of the `decimal` module has been included with Django.

So we can fix the rounding bug related with the `floatformat` filter now."		closed	Template system	dev		fixed			Accepted	1	0	0	0	0	0
