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
/
django
/
db
/
models
/
indexes.py
Age
Commit message (
Expand
)
Author
2019-01-12
Used None as the empty value for condition in Index's SQL construction.
Paveł Tyślacki
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-02
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-03-17
Removed unused args in Index.clone().
Mads Jensen
2018-03-08
Fixed #29178 -- Allowed Index.fields to accept a tuple.
Fabrizio Ettore Messina
2017-12-05
Refs #28876 -- Fixed incorrect class-based model index name generation for mo...
Mariusz Felisiak
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-06-27
Fixed #28330 -- Prevented passing positional arguments to an Index.
Mariusz Felisiak
2017-03-21
Fixed #27915 -- Allowed Meta.indexes to be defined in abstract models.
Tim Graham
2017-03-18
Fixed #27935 -- Fixed crash with BrinIndex name > 30 characters.
Mads Jensen
2017-03-14
Used constant instead of hard-coded value for max index name length
Mads Jensen
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-16
Refs #25809 -- Made a few late review comments for BrinIndex.
Mads Jensen
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2016-10-10
Fixed gis_tests.geoapp when run in isolation.
Tim Graham
2016-08-16
Refs #26709 -- Added type check for models.Index fields argument.
Akshesh
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-08-02
Refs #26709 -- Replaced Index.get_name() with set_name_with_model().
Akshesh
2016-07-07
Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()
Akshesh
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh