summaryrefslogtreecommitdiff
path: root/docs/ref/files
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-06-10 12:44:53 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-06-10 12:44:53 +0000
commit74131e82eb1a1bdad1789889c38c8d96b6ab25aa (patch)
tree78763662ed606fd376b733ec806b405452a03d6f /docs/ref/files
parentd3bd3203f9d202ed781d204f283459df87139bc5 (diff)
Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to wam for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/files')
-rw-r--r--docs/ref/files/storage.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index 0ca577059e..c8aafa8626 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -43,8 +43,8 @@ modify the filename as necessary to get a unique name. The actual name of the
stored file will be returned.
The ``content`` argument must be an instance of
-:class:`django.db.files.File` or of a subclass of
-:class:`~django.db.files.File`.
+:class:`django.core.files.File` or of a subclass of
+:class:`~django.core.files.File`.
``Storage.delete(name)``
~~~~~~~~~~~~~~~~~~~~~~~~