Changes between Version 1 and Version 2 of Ticket #557, comment 1
- Timestamp:
- Nov 30, 2012, 10:16:30 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #557, comment 1
v1 v2 1 In parallel to ripping out mongo, here is a branch that transitions us from modelobject._id to modelobject.id. This causes *lots* of indirect lookups and fixups in basically all queries that we should avoid. Also Mongo is already broken with some newer code that refers to modelobject.id. The branch is here: '''1 In parallel to ripping out mongo, here is a branch that transitions us from modelobject._id to modelobject.id. This causes *lots* of indirect lookups and fixups in basically all queries that we should avoid. Also Mongo is already broken with some newer code that refers to modelobject.id. The branch is here: 2 2 {{{ 3 3 WIP/remove__id_alias 4 4 }}} 5 '''and can be applied before or after ripping Mongo out (or be merged without ripping Mongo, it will just be a little more broken than it currently is)5 and can be applied before or after ripping Mongo out (or be merged without ripping Mongo, it will just be a little more broken than it currently is)