﻿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
10658	mistake in documentation	liangent	Jacob	"http://docs.djangoproject.com/en/dev/ref/contrib/syndication/

""
To specify the contents of <link>, you have two options. For each item in items(), Django first tries executing a get_absolute_url() method on that object. If that method doesn't exist, it tries calling a method item_link() in the Feed class, passing it a single parameter, item, which is the object itself.
""

and

""
    # ITEM LINK -- One of these three is required. The framework looks for
    # them in this order.

    # First, the framework tries the two methods below, in
    # order. Failing that, it falls back to the get_absolute_url()
    # method on each item returned by items().
""

they tell us two different orders. according to my test, the latter is correct."		closed	Documentation	1.0		fixed		liangent@…	Accepted	0	0	0	0	0	0
