Michal Cihar | 2 Apr 2012 11:11
Favicon
Gravatar

[SCM] UNNAMED PROJECT branch, master, updated. 4d7ea2d5fc0aaf3d13743f3fc6f04d481a52b986

The following commit has been merged in the master branch:
commit 4d7ea2d5fc0aaf3d13743f3fc6f04d481a52b986
Author: Michal Čihař <michal <at> cihar.com>
Date:   Mon Apr 2 11:10:27 2012 +0200

    Need an instance here

diff --git a/urls.py b/urls.py
index 7910d29..5e57fa6 100644
--- a/urls.py
+++ b/urls.py
 <at>  <at>  -128,8 +128,8  <at>  <at>  urlpatterns = patterns('',
     (r'^tools/networks/$', 'tools.views.networks'),

     # RSS feeds
-    (r'^news/rss/$', RssNewsFeed),
-    (r'^news/atom/$', AtomNewsFeed),
+    (r'^news/rss/$', RssNewsFeed()),
+    (r'^news/atom/$', AtomNewsFeed()),

     # News
     (r'^news/$', 'news.views.index'),
 <at>  <at>  -143,8 +143,8  <at>  <at>  urlpatterns = patterns('',
     (r'^download/(?P<program>[^/]*)/(?P<platform>[^/]*)/$', 'downloads.views.list'),

     # RSS feeds
-    (r'^phones/rss/$', RssPhonesFeed),
-    (r'^phones/atom/$', AtomPhonesFeed),
+    (r'^phones/rss/$', RssPhonesFeed()),
+    (r'^phones/atom/$', AtomPhonesFeed()),
(Continue reading)


Gmane