﻿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
5860	The mentioned order of checking item_link for feeds is wrong	omat@…	nobody	"In the documentation for syndication feeds, it is stated that Django checks the items' get_absolute_url() first, but actually it is checked last, as it should be. 


http://www.djangoproject.com/documentation/syndication_feeds/#feed-class-reference

{{{
    # ITEM LINK -- One of these three is required. The framework looks for
    # them in this order.

    # First, the framework tries the get_absolute_url() method on each item
    # returned by items(). Failing that, it tries these two methods:
}}}

"		closed	Documentation	dev		fixed	feeds syndication item_link		Unreviewed	0	0	0	0	0	0
