﻿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
403	[patch] floatformat error	nesh <nesh [at] studioquattro [dot] co [dot] yu>	Adrian Holovaty	"When using floatformat with FloatField (MySQL)]:
R545
{{{
  File ""/Users/nesh/devel/django/django/core/template.py"", line 411, in resolve_variable_with_filters
    obj = registered_filters[name][0](obj, arg)

  File ""/Users/nesh/devel/django/django/core/defaultfilters.py"", line 31, in floatformat
    if text - int(text) < 0.1:

  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/decimal.py"", line 636, in __cmp__
    other = _convert_other(other)

  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/decimal.py"", line 2863, in _convert_other
    raise TypeError, ""You can interact Decimal only with int, long or Decimal data types.""

TypeError: You can interact Decimal only with int, long or Decimal data types.
}}}"	defect	closed	Template system		normal	fixed		paul.bowsher@…	Unreviewed	1	0	0	0	0	0
