﻿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	Mistakes in http://docs.djangoproject.com/en/dev/topics/db/queries/	yipengh87@…	nobody	"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 *


"		new	Documentation	1.1					Unreviewed	0	0	0	0	0	0
