Commit 19d164e0 authored by Karen Tracey's avatar Karen Tracey
Browse files

[1.0.X] Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.

[9316] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent fbf32bd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ Three settings control Django's file upload behavior:

    :setting:`FILE_UPLOAD_TEMP_DIR`
        The directory where uploaded files larger than
        :setting:`FILE_UPLOAD_TEMP_DIR` will be stored.
        :setting:`FILE_UPLOAD_MAX_MEMORY_SIZE` will be stored.

        Defaults to your system's standard temporary directory (i.e. ``/tmp`` on
        most Unix-like systems).