• 
      

    Remove some now-redundant index state tracking utility functions.

    Review Request #9599 — Created Feb. 8, 2018 and submitted — Latest diff uploaded

    Information

    Django Evolution
    master
    b6e85f7...

    Reviewers

    The new DatabaseState class consolidates a lot of the logic we
    previously had in BaseEvolutionOperations. 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.