mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Added multi-column indexes to the 1.5 release notes.
This commit is contained in:
parent
8d3f932f18
commit
957787ace0
2 changed files with 6 additions and 2 deletions
|
@ -263,10 +263,10 @@ Django quotes column and table names behind the scenes.
|
|||
|
||||
``index_together``
|
||||
|
||||
.. versionadded:: 1.5
|
||||
|
||||
.. attribute:: Options.index_together
|
||||
|
||||
.. versionadded:: 1.5
|
||||
|
||||
Sets of field names that, taken together, are indexed::
|
||||
|
||||
index_together = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue