summaryrefslogtreecommitdiff
path: root/tests/model_indexes/__init__.py
AgeCommit message (Collapse)Author
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
Added the AddIndex and RemoveIndex operations to use them in migrations. Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.