From: Guilherme Salgado Date: Wed, 13 Apr 2011 06:11:07 +0000 (+0000) Subject: forms: Fix MultipleBooleanField.to_python when the field value is missing X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=c3291f5d18445cd91b540342d31d76254b32376c;hp=c3291f5d18445cd91b540342d31d76254b32376c;p=patchwork 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 Signed-off-by: Jeremy Kerr ---