Skip to content

Commit e20abe4

Browse files
committed
fix for older django
1 parent 2490961 commit e20abe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v2/test_forms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ def test_annotated_acceptance():
161161

162162
def test_form_render_without_default():
163163
form = NoDefaultForm()
164-
form.render()
164+
form.as_p()

0 commit comments

Comments
 (0)