mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #8857 -- Corrected ref in modelforms documentation and added ref to file upload documentation in form documentation. Thanks Kyle Fox and prairiedogg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e258961e4f
commit
5d9983d084
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue