Skip to content

Commit

Permalink
fix for older django
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Dec 17, 2024
1 parent 2490961 commit e20abe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v2/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ def test_annotated_acceptance():

def test_form_render_without_default():
form = NoDefaultForm()
form.render()
form.as_p()

0 comments on commit e20abe4

Please sign in to comment.