From 899ca54fe2a289bee4dfbed9f5ef6fc9024def72 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 11 Aug 2008 20:49:19 +0000 Subject: Added a couple of extra syndication tests, and generally sanitized the existing ones. Refs #6547. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8310 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/syndication/feeds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django') diff --git a/django/contrib/syndication/feeds.py b/django/contrib/syndication/feeds.py index d0e8ac9db7..d4cb42711f 100644 --- a/django/contrib/syndication/feeds.py +++ b/django/contrib/syndication/feeds.py @@ -81,7 +81,7 @@ class Feed(object): current_site = Site.objects.get_current() else: current_site = RequestSite(self.request) - + link = self.__get_dynamic_attr('link', obj) link = add_domain(current_site.domain, link) -- cgit v1.3