Skip to content

Commit

Permalink
Fixed #11056 -- Corrected reference to File class in storage docs. Th…
Browse files Browse the repository at this point in the history
…anks to wam for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Jun 10, 2009
1 parent d3bd320 commit 74131e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ref/files/storage.txt
Expand Up @@ -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)``
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 74131e8

Please sign in to comment.