﻿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
3761	feeds.py should allow user set guid tag	spark343@…	Adrian Holovaty	"/django/contrib/syndication/feeds.py specifies the RSS item guid property to be identical to link. guid, by RSS 2 specification must be a *UNIQUE* id for the rss item.  However, it is quite possible that multiple items in the feed will have the same link.  Leaving the default for guid to be the same as item is fine, but there should definitely be code to allow the developer to override using the same style as the other feed properties: 
   def item_guid(self, item):"		closed	contrib.syndication	dev		duplicate	guid,		Design decision needed	1	0	0	0	0	0
