flake8
passed.
JSHint
passed.
Review Request #10579 — Created June 5, 2019 and submitted
Information | |
---|---|
chipx86 | |
Django Evolution | |
master | |
Reviewers | |
django-evolution | |
We had a couple calls that used the default database, breaking
operations when testing against multiple databases. This involved calls
toget_app_upgrade_info()
in signature deserialization (which didn't
know about databases) and the saving ofVersion
andEvolution
models.This updates all signature deserialization to support specifying a
database, and updates the model saving to use the evolver's assigned
database.
Unit tests pass on all supported versions of Django.
Summary | |
---|---|