diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-11 20:49:19 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-11 20:49:19 +0000 |
| commit | 899ca54fe2a289bee4dfbed9f5ef6fc9024def72 (patch) | |
| tree | db7b9f17c9a21641690e72a6d10487a76bd9604f /django | |
| parent | efaa891b1f17a3224bb910047c0da4e0e2a1b255 (diff) | |
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
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/syndication/feeds.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
