SQL Model: Add relationship properties
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 24 Dec 2011 15:00:05 +0000 (16:00 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 28 Dec 2011 21:58:44 +0000 (22:58 +0100)
commit88e90f41eb86b8aa1fcfef1e0585f314afb5180d
treec0870e0ad1f7d6784867f368baecf8fc07af85af
parentc6263400cfd334a820122bd1b22eaa4d4d6765cd
SQL Model: Add relationship properties

MediaEntry now has a get_uploader (property) loading the
appropiate User object for the MediaEntry (and caches it).
MediaComment has the same for author as get_author.
mediagoblin/db/sql/models.py