Update the evolutions test apps to have real schema-changing evolutions.

Review Request #11259 — Created Oct. 31, 2020 and submitted — Latest diff uploaded

Information

Django Evolution
master

Reviewers

The evolutions_app and evolutions_app2 test apps didn't have real
evolutions, just empty ones, which didn't particularly help for testing
actual schema changes.

This change adds to the model schemas, and supplies real evolutions that
would result in that state.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update the evolutions test apps to have real schema-changing evolutions.
The `evolutions_app` and `evolutions_app2` test apps didn't have real evolutions, just empty ones, which didn't particularly help for testing actual schema changes. This change adds to the model schemas, and supplies real evolutions that would result in that state.
8a09f7cc73b7e4ccc5f3993e5f1420e1c03bd13f Christian Hammond
django_evolution/tests/evolutions_app/models.py
django_evolution/tests/evolutions_app/evolutions/first_evolution.py
django_evolution/tests/evolutions_app/evolutions/second_evolution.py
django_evolution/tests/evolutions_app2/models.py
django_evolution/tests/evolutions_app2/evolutions/test_evolution.py
Loading...