Turn MediaComment's author() into get_author property
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 18 Dec 2011 21:52:49 +0000 (22:52 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 23 Dec 2011 21:25:06 +0000 (22:25 +0100)
commitfb7dd855de987d4e3dded1e55cad09a9fe6120cc
treeab48597b02549b29aad8d1a69fdf4782e365b35e
parentdb425022ddcb23ad69b8ba09e7280eb699ba4a4f
Turn MediaComment's author() into get_author property

1) MediaComment's author method conflicts with the author
   field. So rename it to get_author.
2) Turn it from a normal function into a python property.
   That means you call it by ".get_author" not by
   ".get_author()". This is exactly what sqlalchemy gives
   us free of charge.
mediagoblin/db/mongo/models.py
mediagoblin/templates/mediagoblin/user_pages/media.html