Fix MediaTag __init__ to handle no args
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 18 Feb 2012 18:22:00 +0000 (19:22 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sat, 18 Feb 2012 18:34:11 +0000 (19:34 +0100)
commit6456cefa0ded3d442a7bdd7e84e2ffae248ce065
treec5bf28c748efe9da100bd6d3fa5b2b9469be5c31
parentcf27accc9e9f2d8eb0b697cb4cea801a388e7993
Fix MediaTag __init__ to handle no args

Let the init code also handle createing a fresh clean
instance without any attrs set.
mediagoblin/db/sql/models.py