Kaydet (Commit) e19ccdad authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Added missing piece needed for supporting subtitle in Atom feeds.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 24118edf
......@@ -70,6 +70,7 @@ class Feed(object):
feed = self.feed_type(
title = self.__get_dynamic_attr('title', obj),
subtitle = self.__get_dynamic_attr('subtitle', obj),
link = link,
description = self.__get_dynamic_attr('description', obj),
language = settings.LANGUAGE_CODE.decode(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment