﻿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
12620	"""defer"" docs refer to non-existant ""Entry.lede"" field"	Luke Plant	Derek Willis	"In [10090], example code was added to [http://code.djangoproject.com/browser/django/trunk/docs/ref/models/querysets.txt the QuerySets docs] including lines like:

{{{
    Entry.objects.defer(""lede"", ""body"")
}}}

I cannot work out what this ""lede"" refers to, there is no field on the `Entry` model of that name.  Also, the ""body"" field should probably be ""body_text"".  The Entry model is defined in [http://code.djangoproject.com/browser/django/trunk/docs/topics/db/queries.txt queries.txt]
"		closed	Documentation	1.1		fixed			Ready for checkin	1	0	0	0	0	0
