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

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

chipx86
Django Evolution
master
django-evolution

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.

Summary
Update the evolutions test apps to have real schema-changing evolutions.
Description From Last Updated

F401 'django.db.models' imported but unused

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
  1. Once Review Bot is happy, I am too.

  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (ffb8820)
Loading...