Elrond 58f96a13e4 Allow .id instead of ._id for the Mongo backend
To allow easier migration to the SQLAlchemy style .id give
the User and MediaEntry mongo classes an alias attribute of
.id that maps to ['_id'].

Use it in the upload process, because this was one of the
last positions with a ['_id'] instead of ._id (due to a bug
in mongokit).
2012-02-25 14:10:57 +01:00
..
2012-02-02 09:44:13 -06:00
2012-02-02 09:44:13 -06:00
2012-02-02 09:44:13 -06:00
2012-02-02 09:44:13 -06:00