diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 3e3ec0253e..d72ab7c672 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -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 `. +documentation `. When you use a ``FileField`` in a form, you must also remember to :ref:`bind the file data to the form `. diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt index aebdc32a31..931c1073e8 100644 --- a/docs/topics/http/file-uploads.txt +++ b/docs/topics/http/file-uploads.txt @@ -1,4 +1,4 @@ -.. _topics-file-uploads: +.. _topics-http-file-uploads: ============ File Uploads