﻿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
2420	Minor error in http://www.djangoproject.com/documentation/syndication/	anonymous	Adrian Holovaty	"http://www.djangoproject.com/documentation/syndication/

    def author_email(self, obj):
        """"""
        Takes the object returned by get_object() and returns the feed's
        author's e-mail as a normal Python string.
        """"""

    def '''author_name'''(self):
        """"""
        Returns the feed's author's e-mail as a normal Python string.
        """"""

    author_email = 'test@example.com' # Hard-coded author e-mail.

author_name should probably be author_email... if only this were a wiki"	defect	closed	contrib.admin		normal	fixed			Unreviewed	0	0	0	0	0	0
