From dd9fd8056175094ea372cf728c504c27368a8ac1 Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sat, 1 Nov 2008 19:45:03 +0000 Subject: [PATCH] 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 --- docs/topics/http/file-uploads.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).