django/tests/model_indexes
Akshesh b92c6b7d56 Refs #26709 -- Replaced Index.get_name() with set_name_with_model().
This removes the dependency of the Index class on its 'model'
attribute.
2016-08-02 14:21:41 -04:00
..
__init__.py Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
models.py Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
tests.py Refs #26709 -- Replaced Index.get_name() with set_name_with_model(). 2016-08-02 14:21:41 -04:00