﻿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
22490	get_object within a syndication Feed has no tests	Daniel Finch	Octavio Peri	"Within django.tests.syndication_tests.feeds there is a class named [https://github.com/django/django/blob/master/tests/syndication_tests/feeds.py#L11 ComplexFeed] which extends views.Feed and overrides the get_object() method, however this class is not used in any tests.  There is a reference to the class in the related urls.py, but again this is unused.  This means that there is currently no test code written for the get_object() method in django.contrib.syndication.views.Feed and no examples for developers to follow when writing their own tests.
"	Cleanup/optimization	closed	contrib.syndication	dev	Normal	fixed			Ready for checkin	1	0	0	0	1	0
