﻿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
29598	contrib.postgres.FloatRangeField should be renamed DecimalRangeField	Simon Charette	Stefano Chiodino	"As discovered in https://code.djangoproject.com/ticket/25591#comment:6 `FloatRangeField` uses `numrange` as database type which is not appropriate to store doubles/floats which is what `FloatField` uses.

`DecimalField` on the other hand uses `numeric` as datatype which makes a better abstraction resolution. I suggest we keep `class FloatRangeField(DecimalRangeField)` field around with warning on `__init__` during the deprecation period."	Bug	closed	contrib.postgres	dev	Normal	fixed		Vishvajit Pathak	Ready for checkin	1	0	0	0	1	0
