Fixed flake8 warning.

This commit is contained in:
Tim Graham 2015-01-28 07:00:52 -05:00
parent 24b2bc635e
commit cd91486213
1 changed files with 1 additions and 1 deletions

View File

@ -1145,9 +1145,9 @@ beatle J R Ringo False""")
<input type="text" name="field1_2_1" value="06:24:00" id="id_field1_2_1" /></td></tr>
""",
)
self.assertEqual(f.cleaned_data['field1'], 'some text,JP,2007-04-25 06:24:00')
class NullBooleanSelectLazyForm(Form):
"""Form to test for lazy evaluation. Refs #17190"""
bool = BooleanField(widget=NullBooleanSelect())