Skip to content

Commit

Permalink
Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
kmtracey committed Nov 1, 2008
1 parent 021b40a commit dd9fd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/http/file-uploads.txt
Expand Up @@ -132,7 +132,7 @@ Three settings control Django's file upload behavior:


:setting:`FILE_UPLOAD_TEMP_DIR` :setting:`FILE_UPLOAD_TEMP_DIR`
The directory where uploaded files larger than 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 Defaults to your system's standard temporary directory (i.e. ``/tmp`` on
most Unix-like systems). most Unix-like systems).
Expand Down

0 comments on commit dd9fd80

Please sign in to comment.