﻿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
9991	manage.py inspectdb guesses TextField on postgres' real column	Jerome Leclanche	nobody	"Using python manage.py inspectdb outputs a models.TextField type as guess for every 'real' (float4) column when using postgresql (psycopg2). Example: 
    modifier_float = models.TextField() # This field type is a guess.

Quick fix: Append ""700: 'FloatField'"" to postgres' introspection.py's data_types_reverse dict. SVN is acting weird and I don't really know django's underlying codebase, so I rather let someone else patch this (or explain why it's intended)."		new	Uncategorized	dev					Unreviewed	0	0	0	0	0	0
