diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-07-30 03:19:31 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-07-30 03:19:31 +0000 |
| commit | ea45a932d3f438a9f2ce6f59c545b299e425d5e6 (patch) | |
| tree | 03a8ed8833237d640ea447d4f3c5a74391697b4f /docs | |
| parent | b7e74e5e56fd203ab979d8fddf3aa16f03db2e38 (diff) | |
A couple of small typo fixes in the settings docs. Fixed #8032.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 2c9e56abd4..1d1627d41e 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -537,8 +537,8 @@ FILE_UPLOAD_HANDLERS Default:: - ("django.core.files.fileuploadhandler.MemoryFileUploadHandler", - "django.core.files.fileuploadhandler.TemporaryFileUploadHandler",) + ("django.core.files.uploadhandler.MemoryFileUploadHandler", + "django.core.files.uploadhandler.TemporaryFileUploadHandler",) A tuple of handlers to use for uploading. See `file uploads`_ for details. @@ -563,7 +563,7 @@ Default: ``None`` The directory to store data temporarily while uploading files. If ``None``, Django will use the standard temporary directory for the operating system. For -example, this will default to '/tmp' on *nix-style operating systems. +example, this will default to '/tmp' on \*nix-style operating systems. See `file uploads`_ for details. |
