## dj-migration-test [![CircleCI](https://circleci.com/gh/philsupertramp/dj-migration-test/tree/master.svg?style=svg)](https://circleci.com/gh/philsupertramp/dj-migration-test/tree/master)

Django migration test module.  

# Requirements

```text
django>=1.10
```

# Setup

# Example

For examples see the [examples](/examples) directory

# Tips

For single migrations do not use the attribute `migrate_from` the test suite will dynamical determine
the previous step.
