]> git.ozlabs.org Git - patchwork/commit
forms: Fix MultipleBooleanField.to_python when the field value is missing
authorGuilherme Salgado <guilherme.salgado@linaro.org>
Wed, 13 Apr 2011 06:11:07 +0000 (06:11 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 14 Apr 2011 07:07:43 +0000 (15:07 +0800)
commitc3291f5d18445cd91b540342d31d76254b32376c
tree814654971409d9a133ab5283da1bcbd679d2b743
parent046abd4966f0afed33e29ba1474147e37fd35d32
forms: Fix MultipleBooleanField.to_python when the field value is missing

If you write a test for, say, the bundle form of a patch list, you'd
still have to specify the 'no change' value to other form (e.g. the
multiple update one) fields using MultipleBooleanField or else it'd
raise a ValueError when field.clean() is called as part of
form._get_errors().

Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/forms.py