Remove some now-redundant index state tracking utility functions.

Review Request #9599 — Created Feb. 7, 2018 and submitted

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.

david
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to master (1191d8f)