# HG changeset patch
# User Dirk Olmes <dirk@xanthippe.ping.de>
# Date 1282487708 -7200
# Node ID 19394162a39d2b70b18a1637102e157672bded47
# Parent  050748b596a89c328eb5bd0b8438fbab650709d1# Parent  2dd6e689477212aa7aaa15eb653f6b543cfd4369
Automated merge with ssh://xanthippe.dyndns.org//home/dirk/Projekte/Python/Feedworm

diff -r 2dd6e6894772 -r 19394162a39d TODO.txt
--- 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