[1.0.X] Fixed #9904 -- Corrected name of storage method in files documentation.
Backport of r9668 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6dd5c855d4
commit
6c3a98ab3a
@ -102,7 +102,7 @@ useful -- you can use the global default storage system::
|
|||||||
>>> path
|
>>> path
|
||||||
u'/path/to/file'
|
u'/path/to/file'
|
||||||
|
|
||||||
>>> default_storage.filesize(path)
|
>>> default_storage.size(path)
|
||||||
11
|
11
|
||||||
>>> default_storage.open(path).read()
|
>>> default_storage.open(path).read()
|
||||||
'new content'
|
'new content'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user