changeset 83:19394162a39d

Automated merge with ssh://xanthippe.dyndns.org//home/dirk/Projekte/Python/Feedworm
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 22 Aug 2010 16:35:08 +0200
parents 050748b596a8 (diff) 2dd6e6894772 (current diff)
children bacf42da9e36
files
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TODO.txt	Thu Aug 19 07:03:32 2010 +0200
+++ b/TODO.txt	Sun Aug 22 16:35:08 2010 +0200
@@ -2,4 +2,6 @@
 - rework the feed list: make it a table and display the number of unread entries per feed
 
 - force flag for feedupdate.py
-- force updating one/all feeds via the gui
\ No newline at end of file
+- force updating one/all feeds via the gui
+
+- investigate caching features of sqlalchemy to avoid round trips to the DB. Alternatively, implement caching of Feeds with their FeedEntries manually