﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27145	Discrepenacy between documentation and docstring for Storage.save method	Sergei Zh	nobody	"Docstring for `django.core.files.storage.Storage.save` method says:

{{{
        """"""
        Saves new content to the file specified by name. The content should be
        a proper File object or any python file-like object, ready to be read
        from the beginning.
        """"""
}}}

But in [https://docs.djangoproject.com/en/1.9/ref/files/storage/#django.core.files.storage.Storage.save docs] provided next description for `content` attribute

{{{
The content argument must be an instance of django.core.files.File or of a subclass of File.
}}}

What about to update docs or add additional check in `save` method?"	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed			Ready for checkin	1	0	0	0	0	0
