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: '''WIP/remove__id_alias''' 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) |
| 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 | {{{ |
| 3 | WIP/remove__id_alias |
| 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) |