mongoengine-migrate icon indicating copy to clipboard operation
mongoengine-migrate copied to clipboard

Make `MigrationGraph` as dict-like object instead of list-like one

Open bdragon300 opened this issue 4 years ago • 0 comments

It's more convenient to work with graph using dict protocol. Now it implements list protocol.

It should be smth like {migration_name: MIgration_object}.

bdragon300 avatar Dec 14 '20 20:12 bdragon300