Remove mongo style .id = ObjectId()
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 20:44:05 +0000 (21:44 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Sun, 23 Dec 2012 23:07:24 +0000 (00:07 +0100)
commitac8212fe657802eaf9dfd9d6c0f28f25b750399e
tree7966f1cba03949813e9045f2160f1d094e0034ab
parentb39d1f2351352fca21666137fa137eb64926a036
Remove mongo style .id = ObjectId()

On SQL we can't generate the primary key on our own. So
just remove this stuff.
mediagoblin/plugins/api/views.py
mediagoblin/submit/views.py