We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dbaa6 commit abc751bCopy full SHA for abc751b
README.md
@@ -112,6 +112,8 @@ migrator.reset()
112
Sometimes we also want to be sure that our migrations are in the correct order.
113
And all our `dependecies = [...]` are correct.
114
115
+To achieve that we have [`plan.py`](https://github.com/wemake-services/django-test-migrations/blob/master/django_test_migrations/plan.py) module.
116
+
117
That's how it can be used:
118
119
```python
0 commit comments