Django

Code

Changeset 7816

Show
Ignore:
Timestamp:
07/01/08 11:37:28 (2 months ago)
Author:
ubernostrum
Message:

Fix a small typo in docs/upload_handling.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/upload_handling.txt

    r7814 r7816  
    88handles a file upload, the file data ends up placed in ``request.FILES`` (for 
    99more on the ``request`` object see the documentation for `request and response 
    10 objects`_). This document explains how files are stored on disk an in memory, 
     10objects`_). This document explains how files are stored on disk and in memory, 
    1111and how to customize the default behavior. 
    1212