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
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