diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:45:03 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:45:03 +0000 |
| commit | dd9fd8056175094ea372cf728c504c27368a8ac1 (patch) | |
| tree | e08c5564b6d69a2a23d71246102ae9d0ad50eefa /docs | |
| parent | 021b40a84cb0e9f50517ab182e24a6cd469e2a97 (diff) | |
Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/file-uploads.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt index bcf8b30409..9a32157527 100644 --- a/docs/topics/http/file-uploads.txt +++ b/docs/topics/http/file-uploads.txt @@ -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). |
