﻿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
14302	models.BooleanField returns integer	anonymous	nobody	I declare a field as models.BooleanField(default=False) in a model, but accessing it returns an integer 0 instead of boolean False. This is a rather insiduous bug, since inside of Python they'll evaluate to the same thing, but I happen to be sending that data to a client written in Java.		closed	Database layer (models, ORM)	1.2		duplicate	boolean,type		Unreviewed	0	0	0	0	0	0
