﻿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
17976	Forms BooleanField not picklable	Torsten Bronger	Aymeric Augustin	"Today, I switched from 1.3 to 1.4 and since then, !BooleanFields in forms are not picklable (and thus cacheable) anymore.  The following doesn't work since 1.4:

{{{
import pickle
from django import forms

class MyForm(forms.Form):
    my_field = forms.BooleanField()

pickle.dump(MyForm(), open(""/dev/null"", ""w""))
}}}"	Bug	closed	Forms	1.4	Release blocker	fixed		bronger@…	Ready for checkin	1	0	0	0	0	0
