Skip to content

Commit

Permalink
DummyField has now a 'required' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Nov 29, 2023
1 parent 6b6af4a commit e9ad957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deform/tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@ class DummyField(object):
widget = DummyWidget()
name = "name"
oid = "oid"
required = True

0 comments on commit e9ad957

Please sign in to comment.