Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAGE setting

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2008-08-16 14:35:17 +00:00
parent 3afa4a4626
commit df284da44f
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ isn't manually specified. Used with ``DEFAULT_CHARSET`` to construct the
DEFAULT_FILE_STORAGE
--------------------
Default: ``'django.core.filestorage.filesystem.FileSystemStorage'``
Default: ``django.core.files.storage.FileSystemStorage``
Default file storage class to be used for any file-related operations that don't
specify a particular storage system. See the `file documentation`_ for details.