We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2490961 commit e20abe4Copy full SHA for e20abe4
tests/v2/test_forms.py
@@ -161,4 +161,4 @@ def test_annotated_acceptance():
161
162
def test_form_render_without_default():
163
form = NoDefaultForm()
164
- form.render()
+ form.as_p()
0 commit comments