• 
      

    Add DateTimeFields and DateFields to the ChangeField test models.

    Review Request #12277 — Created May 14, 2022 and submitted — Latest diff uploaded

    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.

    Commits

    Files