Commit 0cfcc72f authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Renamed file-uploads.txt from 'topics-file-uploads' to...

Renamed file-uploads.txt from 'topics-file-uploads' to 'topics-http-file-uploads' to be consistent with directory structure

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9489 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e37e57f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,7 @@ given length.
    * Error message keys: ``required``, ``invalid``, ``missing``, ``empty``

To learn more about the ``UploadedFile`` object, see the :ref:`file uploads
documentation <topics-file-uploads>`.
documentation <topics-http-file-uploads>`.

When you use a ``FileField`` in a form, you must also remember to
:ref:`bind the file data to the form <topics-file-uploads>`.
+1 −1
Original line number Diff line number Diff line
.. _topics-file-uploads:
.. _topics-http-file-uploads:

============
File Uploads