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
2019-03-29
[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
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