mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed a grammar error in docs/ref/forms/api.txt.
This commit is contained in:
parent
0bfb538661
commit
bef5b9b7cd
@ -945,7 +945,7 @@ form data)::
|
|||||||
Constructing an unbound form is the same as always -- just omit both
|
Constructing an unbound form is the same as always -- just omit both
|
||||||
form data *and* file data::
|
form data *and* file data::
|
||||||
|
|
||||||
# Unbound form with a image field
|
# Unbound form with an image field
|
||||||
>>> f = ContactFormWithMugshot()
|
>>> f = ContactFormWithMugshot()
|
||||||
|
|
||||||
Testing for multipart forms
|
Testing for multipart forms
|
||||||
|
Loading…
Reference in New Issue
Block a user