mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed #7626 -- Fixed a typo in the newforms docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
58a68723b3
commit
31b61d57d5
@ -1345,7 +1345,7 @@ An ``UploadedFile`` object has two attributes:
|
|||||||
The string representation of an ``UploadedFile`` is the same as the filename
|
The string representation of an ``UploadedFile`` is the same as the filename
|
||||||
attribute.
|
attribute.
|
||||||
|
|
||||||
When you use a ``FileField`` on a form, you must also remember to
|
When you use a ``FileField`` in a form, you must also remember to
|
||||||
`bind the file data to the form`_.
|
`bind the file data to the form`_.
|
||||||
|
|
||||||
.. _`bind the file data to the form`: `Binding uploaded files to a form`_
|
.. _`bind the file data to the form`: `Binding uploaded files to a form`_
|
||||||
@ -1412,7 +1412,7 @@ These control the range of values permitted in the field.
|
|||||||
|
|
||||||
Using an ImageField requires that the `Python Imaging Library`_ is installed.
|
Using an ImageField requires that the `Python Imaging Library`_ is installed.
|
||||||
|
|
||||||
When you use a ``FileField`` on a form, you must also remember to
|
When you use an ``ImageField`` in a form, you must also remember to
|
||||||
`bind the file data to the form`_.
|
`bind the file data to the form`_.
|
||||||
|
|
||||||
.. _Python Imaging Library: http://www.pythonware.com/products/pil/
|
.. _Python Imaging Library: http://www.pythonware.com/products/pil/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user