Fixed #4648 -- Fixed awkward wording in docs/newforms.txt. Thanks, jim-django@dsdd.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
042d7e44fa
commit
dbebf54d6c
|
@ -110,7 +110,7 @@ shortly.
|
||||||
Creating ``Form`` instances
|
Creating ``Form`` instances
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
A ``Form`` instance is either **bound** or **unbound** to a set of data.
|
A ``Form`` instance is either **bound** to a set of data, or **unbound**.
|
||||||
|
|
||||||
* If it's **bound** to a set of data, it's capable of validating that data
|
* If it's **bound** to a set of data, it's capable of validating that data
|
||||||
and rendering the form as HTML with the data displayed in the HTML.
|
and rendering the form as HTML with the data displayed in the HTML.
|
||||||
|
|
Loading…
Reference in New Issue