• 
      

    Add DateTimeFields and DateFields to the ChangeField test models.

    Review Request #12277 — Created May 13, 2022 and submitted

    Information

    Django Evolution
    release-2.x

    Reviewers

    This updates the base models, destination models, and the SQLite SQL
    datasets to include two DateTimeField and two DateField instances,
    which will be useful for testing some operations.

    Only the SQLite datasets are updated, as it's the only type of database
    that has to create tables and move data as part of a field change
    operation. MySQL/MariaDB and Postgres don't require any updates.

    All unit tests pass for all versions of Django and all databases.

    Summary ID
    Add DateTimeFields and DateFields to the ChangeField test models.
    This updates the base models, destination models, and the SQLite SQL datasets to include two `DateTimeField` and two `DateField` instances, which will be useful for testing some operations. Only the SQLite datasets are updated, as it's the only type of database that has to create tables and move data as part of a field change operation. MySQL/MariaDB and Postgres don't require any updates.
    96da24092286152f2102c9fc651b212a4f97c33d
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.x (bdaded1)