Ticket #8857: modelforms_docs_diff.patch

File modelforms_docs_diff.patch, 642 bytes (added by prairiedogg, 15 years ago)

Changed reference link from working with forms to binding-uploaded-files

  • docs/topics/forms/modelforms.txt

     
    271271``is_valid()`` method is used to check for validity, the ``is_multipart()``
    272272method is used to determine whether a form requires multipart file upload (and
    273273hence 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.
    275275
    276276Using a subset of fields on the form
    277277------------------------------------
Back to Top