Install Django Evolution models when not present in the database.

Review Request #10572 — Created May 30, 2019 and submitted

Information

Django Evolution
master

Reviewers

The first time Evolver is used on a database lacking Django Evolution
models, it will now automatically create their tables and store an
initial signature in the database. This means the in-development
Django Evolution no longer needs to be bootstrapped from earlier
versions.

That initial signature will be updated and its database entry reused
after any other apps are evolved, preventing extra entries from being
needed.

Unit tests pass on all supported versions of Django.

Summary ID
Install Django Evolution models when not present in the database.
The first time `Evolver` is used on a database lacking Django Evolution models, it will now automatically create their tables and store an initial signature in the database. This means the in-development Django Evolution no longer needs to be bootstrapped from earlier versions. That initial signature will be updated and its database entry reused after any other apps are evolved, preventing extra entries from being needed.
2eaba5bdc8fd769a7fdcceac4aa44a4b1a4a6e65
Description From Last Updated

F401 'django.utils.six' imported but unused

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

flake8

chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (537c447)
Loading...