Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -21/+43 |
* | Fixed #33194 -- Fixed migrations when altering a field with functional indexe... | Hannes Ljungberg | 2021-10-18 | 1 | -5/+1 |
* | Fixed #26167 -- Added support for functional indexes. | Hannes Ljungberg | 2021-01-13 | 1 | -0/+36 |
* | Fixed #30961 -- Fixed spaces in columns list SQL generated for indexes. | Hannes Ljungberg | 2019-11-08 | 1 | -3/+9 |
* | Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o... | Hannes Ljungberg | 2019-10-24 | 1 | -5/+6 |
* | Fixed #28077 -- Added support for PostgreSQL opclasses in Index. | Ian Foote | 2018-06-29 | 1 | -0/+18 |
* | Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor | Claude Paroz | 2017-08-08 | 1 | -2/+9 |
* | Refs #25530 -- Renamed deferred SQL references on rename operation. | Simon Charette | 2017-06-21 | 1 | -0/+40 |
* | Refs #25530 -- Tracked references of deferred SQL statements. | Simon Charette | 2017-06-21 | 1 | -0/+128 |