commit | b1182322a209b71689098c663fd276aa7eb6dbed | [log] [tgz] |
---|---|---|
author | Daniel Hans <daniel.m.hans@gmail.com> | Mon Mar 11 21:03:09 2013 +0100 |
committer | Daniel Hans <daniel.m.hans@gmail.com> | Mon Mar 11 21:03:09 2013 +0100 |
tree | b55e2c41eb6a74207204ffdd1920cdbb309d8057 | |
parent | 6d6be7ec5a0ee6ea745760d800b1333c988b3f50 [diff] |
dashboard_visibility fields are not required on DocumentForms. MultipleChoiceField inherits from ChoiceField which is required=True by default. This fix explicitly passes False to their constructors.