Skip to content

Commit

Permalink
[1.0.X] Fixed #8857 -- Corrected ref in modelforms documentation and …
Browse files Browse the repository at this point in the history
…added ref to file upload documentation in form documentation. Thanks Kyle Fox and prairiedogg.

Backport of [10837] from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
brosner committed May 24, 2009
1 parent 2410880 commit 82f9f74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/topics/forms/index.txt
Expand Up @@ -128,6 +128,12 @@ they went wrong.
See :ref:`ref-forms-api-bound-unbound` for further information on the
differences between bound and unbound forms.

Handling file uploads with a form
---------------------------------

To see how to handle file uploads with your form see
:ref:`binding-uploaded-files` for more information.

Processing the data from a form
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/forms/modelforms.txt
Expand Up @@ -271,7 +271,7 @@ exactly the same way as any other ``forms`` form. For example, the
``is_valid()`` method is used to check for validity, the ``is_multipart()``
method is used to determine whether a form requires multipart file upload (and
hence whether ``request.FILES`` must be passed to the form), etc. See
:ref:`topics-forms-index` for more information.
:ref:`binding-uploaded-files` for more information.

Using a subset of fields on the form
------------------------------------
Expand Down

0 comments on commit 82f9f74

Please sign in to comment.