Mercurial > hg > Feedworm
log backend/couchdb/FeedEntry.py @ 156:2d159eb2a91b
age | author | description |
---|---|---|
Sat, 27 Aug 2011 08:52:03 +0200 | Dirk Olmes | move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible |
Thu, 25 Aug 2011 11:05:05 +0200 | Dirk Olmes | use couchdb's mapping API instead of manually coding around Rows - much leaner code :-) |
Wed, 24 Aug 2011 11:54:06 +0200 | Dirk Olmes | updating feeds on the couchdb backend works now |