Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MigrationGraph as dict-like object instead of list-like one #32

Open
bdragon300 opened this issue Dec 14, 2020 · 0 comments
Open
Labels
refactoring Some of code should be refactored

Comments

@bdragon300
Copy link
Owner

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 bdragon300 added the refactoring Some of code should be refactored label Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Some of code should be refactored
Projects
None yet
Development

No branches or pull requests

1 participant