Issue #362 - Updated the MediaComment model
authorJoar Wandborg <git@wandborg.com>
Tue, 28 Jun 2011 23:16:51 +0000 (01:16 +0200)
committerJoar Wandborg <git@wandborg.com>
Tue, 28 Jun 2011 23:16:51 +0000 (01:16 +0200)
commit7bd8197f32f17466f14d730546a06166ed6da67a
tree93f15ede08e78bd076c9340c918a83397533350e
parent6a585e4c52f0c4efe47b33e70059303f24d68287
Issue #362 - Updated the MediaComment model

*   `MediaComment.get_comments()` now uses pagination
*   `MediaComment.get_comments()` now sorts by `created` DESC
*   `MediaComment.media_entry` is now **required**
*   `MediaComment.media_entry()` now returns parent `MediaEntry`
mediagoblin/db/models.py