Add a .save method on the sql db objects
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 25 Dec 2011 18:09:23 +0000 (19:09 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Thu, 29 Dec 2011 09:41:50 +0000 (10:41 +0100)
commit9f264942d88c563f9d310c3fea4a554731c1bbbc
tree1c43d7be127d236e59ebcef1c441e67719551382
parent03c22862322f42a68351e70956e24e512028f0b2
Add a .save method on the sql db objects

This is a shortcut to adding the object to a session (if
needed) and giving a commit on the session.

In reality, calling code should probably utilize the
session on its own and call commit in an appropiate place.
mediagoblin/db/sql/base.py