• 
      

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

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

    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.

    Summary ID
    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
    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:
    Completed
    Change Summary:
    Pushed to master (ffb8820)