Fix a small typo in docs/upload_handling.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-07-01 16:37:28 +00:00
parent d725cc9734
commit b0a38160ca
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ File Uploads
Most Web sites wouldn't be complete without a way to upload files. When Django Most Web sites wouldn't be complete without a way to upload files. When Django
handles a file upload, the file data ends up placed in ``request.FILES`` (for handles a file upload, the file data ends up placed in ``request.FILES`` (for
more on the ``request`` object see the documentation for `request and response more on the ``request`` object see the documentation for `request and response
objects`_). This document explains how files are stored on disk an in memory, objects`_). This document explains how files are stored on disk and in memory,
and how to customize the default behavior. and how to customize the default behavior.
.. _request and response objects: ../request_response/#attributes .. _request and response objects: ../request_response/#attributes