Author: kmtracey
Date: 2008-11-01 14:45:03 -0500 (Sat, 01 Nov 2008)
New Revision: 9316
Modified:
django/trunk/docs/topics/http/file-uploads.txt
Log:
Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.
Modified: django/trunk/docs/topics/http/file-uploads.txt
===================================================================
--- django/trunk/docs/topics/http/file-uploads.txt 2008-11-01 19:21:46 UTC
(rev 9315)
+++ django/trunk/docs/topics/http/file-uploads.txt 2008-11-01 19:45:03 UTC
(rev 9316)
@@ -132,7 +132,7 @@
: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).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---