Closed wfdd closed 8 years ago
This introduces a new class, StrippedCharField, which inherits from CharField and backports its Django 1.9 strip argument (see django/django@11cac1b). It replaces all uses of CharField in candidate forms with StrippedCharField.
StrippedCharField
CharField
strip
Closes #333.
Looks good to me
This introduces a new class,
StrippedCharField
, which inherits fromCharField
and backports its Django 1.9strip
argument (see django/django@11cac1b). It replaces all uses ofCharField
in candidate forms withStrippedCharField
.Closes #333.