Ticket #8857: modelforms_docs_diff.patch
File modelforms_docs_diff.patch, 642 bytes (added by , 16 years ago) |
---|
-
docs/topics/forms/modelforms.txt
271 271 ``is_valid()`` method is used to check for validity, the ``is_multipart()`` 272 272 method is used to determine whether a form requires multipart file upload (and 273 273 hence whether ``request.FILES`` must be passed to the form), etc. See 274 :ref:` topics-forms-index` for more information.274 :ref:`binding-uploaded-files` for more information. 275 275 276 276 Using a subset of fields on the form 277 277 ------------------------------------