Skip to content

Commit abc751b

Browse files
committed
Updates docs
1 parent e0dbaa6 commit abc751b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ migrator.reset()
112112
Sometimes we also want to be sure that our migrations are in the correct order.
113113
And all our `dependecies = [...]` are correct.
114114

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+
115117
That's how it can be used:
116118

117119
```python

0 commit comments

Comments
 (0)