mirror of
https://github.com/django/django.git
synced 2024-11-30 15:10:46 +01:00
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
This commit is contained in:
parent
24118edf21
commit
e19ccdad56
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user