don't store actions in CouchDB views directly
commitcc80cf9ffa1458649a860c133734379258908f08
authorStefan Kögl <stefan@skoegl.net>
Mon, 26 Dec 2011 22:26:32 +0000 (26 23:26 +0100)
committerStefan Kögl <stefan@skoegl.net>
Mon, 26 Dec 2011 22:26:32 +0000 (26 23:26 +0100)
treefeb47f7d6744b77210ff41a08e22379bd67a8248
parent0dd9ed08ef50bad7a56ee4b1f73560e5e10a1652
don't store actions in CouchDB views directly

instead only the index of the action is contained in the view
mygpo/api/advanced/__init__.py
mygpo/core/models.py
mygpo/users/_design/views/device_history/map.js
mygpo/users/_design/views/episode_states/map.js
mygpo/users/_design/views/history/map.js
mygpo/users/models.py
mygpo/web/views/podcast.py