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
This commit is contained in:
parent
e37e57f44a
commit
0cfcc72f88
|
@ -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,4 +1,4 @@
|
|||
.. _topics-file-uploads:
|
||||
.. _topics-http-file-uploads:
|
||||
|
||||
============
|
||||
File Uploads
|
||||
|
|
Loading…
Reference in New Issue