index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
indexes.txt
Age
Commit message (
Expand
)
Author
2026-01-25
Fixed #36812 -- Dropped support for MariaDB < 10.11.
Skyiesac
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-10-27
Fixed #36624 -- Dropped support for MySQL < 8.4.
Mariusz Felisiak
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2023-08-03
Fixed #34761 -- Dropped support for MySQL < 8.0.11.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-05-19
Fixed #33717 -- Dropped support for PostgreSQL 11.
Mariusz Felisiak
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-20
Refs #33508 -- Corrected note about MySQL/MariaDB support of index ordering.
Hannes Ljungberg
2021-10-01
Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.
Nick Pope
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-06-24
Fixed typo in docs/ref/models/indexes.txt.
Alexey Opalev
2019-04-25
Fixed #30362 -- Noted partial indexes and constraints restrictions with abstr...
Mariusz Felisiak
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-03-08
Fixed #29178 -- Allowed Index.fields to accept a tuple.
Fabrizio Ettore Messina
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-08-12
Fixed #20888 -- Added support for column order in class-based indexes.
Akshesh
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh