Kaydet (Commit) ea45a932 authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

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
üst b7e74e5e
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment