diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-08-16 14:35:17 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-08-16 14:35:17 +0000 |
| commit | df284da44f9f4d1f7e225a4ffa5b3a0c2efdec02 (patch) | |
| tree | c6b20d99a60a42f806b9d0726ba50cf19f955247 /docs | |
| parent | 3afa4a462691b537b38222c9869c997a0ff04a21 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 444da0b867..06c8f93ec7 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -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. |
