﻿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
19522	ModelForm and BooleanField	anonymous	nobody	"class TestModel(models.Model):
    b = models.BooleanField(db_index=True, default=True)
    class Meta:
        db_table = 'test'
        app_label = 'test'


class TestModelForm(forms.ModelForm):
    class Meta:
        model = TestModel

f = TestModelForm()

{{ f }} -- no view form

"	Bug	closed	Forms	1.5-alpha-1	Normal	invalid	modelform		Unreviewed	0	0	0	0	0	0
