소스 검색

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
Karen Tracey 16 년 전
부모
커밋
dd9fd80561
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/http/file-uploads.txt

+ 1 - 1
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).