• 
      

    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.

    Commits

    Files