﻿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
18613	DecimalField returns an int in some circumstances	yac	nobody	"{{{
model, _ = MyModel.objects.get_or_create(my_decimal=10)
model.my_decimal.__class__
>>> <type 'int'>
model = MyModel.objects.all()[0]
model.my_decimal.__class__
>>> <class 'decimal.Decimal'>
}}}

not sure if this is a bug but it's definetly a gotcha."	Uncategorized	closed	Database layer (models, ORM)	1.4	Normal	invalid	DecimalField		Unreviewed	0	0	0	0	0	0
