flake8
passed.
JSHint
passed.
Review Request #9599 — Created Feb. 7, 2018 and submitted
The new
DatabaseState
class consolidates a lot of the logic we
previously had inBaseEvolutionOperations
. This allows us to get rid
of a handful of small functions, helping to make index management
consistent and easier to follow.
Unit tests pass for all versions of Django and all database types.