mirror of
https://github.com/django/django.git
synced 2025-10-03 23:34:47 +00:00
Fixed #26709 -- Added class-based indexes.
Added the AddIndex and RemoveIndex operations to use them in migrations. Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
This commit is contained in:
parent
c962b9104a
commit
156e2d59cf
18 changed files with 473 additions and 20 deletions
|
@ -43,7 +43,7 @@ DEFAULT_NAMES = (
|
|||
'auto_created', 'index_together', 'apps', 'default_permissions',
|
||||
'select_on_save', 'default_related_name', 'required_db_features',
|
||||
'required_db_vendor', 'base_manager_name', 'default_manager_name',
|
||||
'manager_inheritance_from_future',
|
||||
'manager_inheritance_from_future', 'indexes',
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue