﻿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
24674	NullBooleanField in a model is converted to NullBooleanField in a form, not CharField	Marten Kenbeek	Simon Charette	"The documentation[1] states that a `NullBooleanField` on a model is converted to a `CharField` when using a `ModelForm`. It is actually converted to a `NullBooleanField` [2].

[1] https://docs.djangoproject.com/en/1.8/topics/forms/modelforms/#field-types
[2] https://github.com/django/django/blob/stable/1.8.x/django/db/models/fields/__init__.py#L2080"	Bug	closed	Documentation	dev	Normal	fixed			Accepted	0	0	0	0	1	0
