﻿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
11056	wrong object listed as a dependency in storage doc	wam	nobody	"at http://docs.djangoproject.com/en/dev/ref/files/storage/#storage-save-name-content  the following statement is made:
{{{
The content argument must be an instance of django.db.files.File or of a subclass of File.
}}}
That URL corresponds to:
django/docs/ref/files/storage.txt which includes the following text:
{{{
The ``content`` argument must be an instance of
:class:`django.db.files.File` or of a subclass of
:class:`~django.db.files.File`.
}}}

In fact, there is no django.db.files.File object defined. I suspect the actual object that the documentation refers to is 
django.core.files.File. I'll attach a patch against the doc that corrects this mistake.
"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
