Browse Source

allow_blank does not do anything on a QuerySelectMultipleField

sh4nks 10 years ago
parent
commit
e32d2cac8f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      flaskbb/management/forms.py

+ 0 - 1
flaskbb/management/forms.py

@@ -85,7 +85,6 @@ class UserForm(Form):
         # TODO: Template rendering errors "NoneType is not callable"
         #       without this, figure out why.
         query_factory=select_primary_group,
-        allow_blank=True,
         get_label="name")
 
     def validate_username(self, field):