﻿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
19740	Make sure only posts not marked as defunct show up in feed	Aymeric Augustin	nobody	"[originally reported by jezdez at https://github.com/django/djangoproject.com/issues/27]

'''jezdez'''

A bunch of feeds from David Larlet's blog showed up in the feed even though the feed object was marked as defunct.

http://jzdz.me/F5Mr

'''aaugustin'''

defunct is used only in `django_website.aggregator.templatetags.aggregator`, and that module is dead code -- the `{% get_feed_list %}` tag doesn't appear to be used anywhere.

Jacob says the proper fix is to add a try/catch around the call to unsubscribe:
https://github.com/django/djangoproject.com/blob/master/django_website/aggregator/models.py#L37"	Bug	closed	*.djangoproject.com	dev	Normal	fixed			Accepted	1	0	0	0	0	0
