/dj-migration-test

Django migration test module

Primary LanguagePythonMIT LicenseMIT

dj-migration-test

Django migration test module.

Requirements

django>=2.2.0

Setup

pip install dj-migration-test

Usage

For examples see the examples directory

Tips

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