Changeset 8147
- Timestamp:
- 07/29/08 22:19:31 (5 months ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r8015 r8147 538 538 Default:: 539 539 540 ("django.core.files. fileuploadhandler.MemoryFileUploadHandler",541 "django.core.files. fileuploadhandler.TemporaryFileUploadHandler",)540 ("django.core.files.uploadhandler.MemoryFileUploadHandler", 541 "django.core.files.uploadhandler.TemporaryFileUploadHandler",) 542 542 543 543 A tuple of handlers to use for uploading. See `file uploads`_ for details. … … 564 564 The directory to store data temporarily while uploading files. If ``None``, 565 565 Django will use the standard temporary directory for the operating system. For 566 example, this will default to '/tmp' on *nix-style operating systems.566 example, this will default to '/tmp' on \*nix-style operating systems. 567 567 568 568 See `file uploads`_ for details.
