﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5421	Server error when trying to access atom feed with graveyard media	ayleph		"Attempting to access a collection's atom feed causes an error when that feed contains graveyard items.

{{{
Error - <type 'exceptions.AttributeError'>: 'Graveyard' object has no attribute 'title'
URL: https://goblinrefuge.com/mediagoblin/u/topo/collection/free-culture/atom/
File '/path/to/mediagoblin/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in __call__
  app_iter = self.application(environ, sr_checker)
File '/path/to/mediagoblin/mediagoblin/app.py', line 342 in __call__
  return self.call_backend(environ, start_response)
File '/path/to/mediagoblin/lib/python2.7/site-packages/Werkzeug-0.10.1-py2.7.egg/werkzeug/wsgi.py', line 591 in __call__
  return self.app(environ, start_response)
File '/path/to/mediagoblin/mediagoblin/app.py', line 276 in call_backend
  return self._finish_call_backend(request, environ, start_response)
File '/path/to/mediagoblin/mediagoblin/app.py', line 318 in _finish_call_backend
  response = controller(request)
File '/path/to/mediagoblin/mediagoblin/user_pages/views.py', line 621 in collection_atom_feed
  obj.get('title'),
File '/path/to/mediagoblin/mediagoblin/db/base.py', line 72 in get
  return getattr(self, key)
AttributeError: 'Graveyard' object has no attribute 'title'
}}}"	defect	closed	blocker	0.9.0	programming	cant-reproduce	graveyard,feed	tsyesika	
