Implement _id proxy on sql objects (on User for now)
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 25 Dec 2011 19:03:11 +0000 (20:03 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 28 Dec 2011 21:26:00 +0000 (22:26 +0100)
commit19ed039ba6d65cecfd6e8ad6e47b5cb008350b04
tree117a18fe9dbaef263deccf65f50c9f1767cb5639
parent05751758469a03835975dd2998aa727fa29c9a16
Implement _id proxy on sql objects (on User for now)

So that the old code can access the primary key still as
"._id".

Quite simple Python Descriptor thing.
Very generic.
mediagoblin/db/sql/models.py