﻿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
13538	Clarifications for http://docs.djangoproject.com/en/dev/topics/db/queries/	yipengh87@…	Derek Willis	"The referenced class uses a capital E.... 
class Entry(models.Model)

But under ""Saving !ForeignKey  and !ManyToManyField  fields"",
a small E is used...
{{{
>>> entry.blog = cheese_blog
>>> entry.save()
}}}
Before the above line can be executed, there is also a missing import statement...
{{{
>>> from mysite.blog.models import *
}}}

"		closed	Documentation	1.1		fixed			Ready for checkin	1	0	0	0	0	0
