add publication dates, last change date
[prawokultury.git] / migdal / feeds.py
index 8203735..53145c5 100644 (file)
@@ -53,4 +53,4 @@ class EntriesFeed(Feed):
         return string_concat("<img src='%s'/>" % image, item.lead)
 
     def item_pubdate(self, item):
-        return item.date
+        return item.published_at