summaryrefslogtreecommitdiff
path: root/tests/model_indexes/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+10
* Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can2019-07-081-1/+7
* Changed django.db.models.indexes.Index imports to django.db.models.Index.Mariusz Felisiak2019-07-081-3/+3
* Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary ...Mariusz Felisiak2017-09-181-1/+4
* Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak2017-06-271-0/+2
* Fixed #28282 -- Fixed class-based indexes name for models that only inherit M...Jon Dufresne2017-06-081-0/+3
* Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.Tim Graham2017-03-211-0/+16
* Fixed #26709 -- Added class-based indexes.Akshesh2016-06-271-0/+7