﻿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
20183	"""Making Queries"" documentation assumes an Entry instance has already been created."	Katya <internum.odium@…>	Tim Graham <timograham@…>	"https://docs.djangoproject.com/en/1.5/topics/db/queries/#saving-foreignkey-and-manytomanyfield-fields

{{{
>>> entry = Entry.objects.get(pk=1)
}}}

I couldn't find where the Entry object with pk=1 gets assigned, so I predictably get an error when trying to run this line of code."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed		bmispelon@… tadeck	Accepted	1	0	0	0	0	0
