Michal Cihar
2012-04-02 08:53:25 UTC
The following commit has been merged in the master branch:
commit 3dc5d84677ecda226625b81c701f5d71fe2e7362
Author: Michal Čihař <***@cihar.com>
Date: Mon Apr 2 10:53:10 2012 +0200
Another stupid typo
diff --git a/urls.py b/urls.py
index 9feb1fb..7910d29 100644
--- a/urls.py
+++ b/urls.py
@@ -130,7 +130,6 @@ urlpatterns = patterns('',
# RSS feeds
(r'^news/rss/$', RssNewsFeed),
(r'^news/atom/$', AtomNewsFeed),
-}
# News
(r'^news/$', 'news.views.index'),
commit 3dc5d84677ecda226625b81c701f5d71fe2e7362
Author: Michal Čihař <***@cihar.com>
Date: Mon Apr 2 10:53:10 2012 +0200
Another stupid typo
diff --git a/urls.py b/urls.py
index 9feb1fb..7910d29 100644
--- a/urls.py
+++ b/urls.py
@@ -130,7 +130,6 @@ urlpatterns = patterns('',
# RSS feeds
(r'^news/rss/$', RssNewsFeed),
(r'^news/atom/$', AtomNewsFeed),
-}
# News
(r'^news/$', 'news.views.index'),
--
UNNAMED PROJECT
UNNAMED PROJECT