django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
can
|
febe136d4c
|
Fixed #30397 -- Added app_label/class interpolation for names of indexes and constraints.
|
2019-07-08 14:57:56 +02:00 |
Mariusz Felisiak
|
8233144ca0
|
Changed django.db.models.indexes.Index imports to django.db.models.Index.
|
2019-07-08 14:19:46 +02:00 |
Mariusz Felisiak
|
fb02ebe889
|
Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.
|
2017-09-18 14:06:00 -04:00 |
Mariusz Felisiak
|
3297dede7f
|
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Thanks Markus Holtermann and Tim Graham for reviews.
|
2017-06-27 21:15:15 +02:00 |
Jon Dufresne
|
0c3c37a376
|
Fixed #28282 -- Fixed class-based indexes name for models that only inherit Model.
|
2017-06-08 09:36:12 -04:00 |
Tim Graham
|
3d19d1428a
|
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Thanks Markus Holtermann for review.
|
2017-03-21 10:53:21 -04:00 |
Akshesh
|
156e2d59cf
|
Fixed #26709 -- Added class-based indexes.
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
2016-06-27 10:41:01 -04:00 |