diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:47:09 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-01 19:47:09 +0000 |
| commit | 19d164e051083d207ef68b31b8099a101578f483 (patch) | |
| tree | 4bb4d4c12aea7f13b6a8610772b5b376c986a36e /docs | |
| parent | fbf32bd00034bb4a4c6221030eff2cda032f1bfb (diff) | |
[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
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). |
