summaryrefslogtreecommitdiff
path: root/tests/model_indexes/models.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-07-08Changed django.db.models.indexes.Index imports to django.db.models.Index.Mariusz Felisiak
2017-09-18Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary ...Mariusz Felisiak
2017-06-27Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak
2017-06-08Fixed #28282 -- Fixed class-based indexes name for models that only inherit M...Jon Dufresne
2017-03-21Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh