diff options
| author | Alex Gaynor <alex.gaynor@rd.io> | 2012-11-04 15:41:33 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@rd.io> | 2012-11-04 15:41:58 -0800 |
| commit | 32d5f03f10069311b4f2c87d3cd38e968df74365 (patch) | |
| tree | aaca784603551d722765b2f38e27958225c61a41 /docs/ref/models | |
| parent | 69a0c91c90a3c8f8d5913874aca918aecbe69410 (diff) | |
[1.5.x] Added multi-column indexes to the 1.5 release notes. Backport of 957787ace0a14fa2ee2539d47a64b266bc93b6bd.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt index ab944d7dda..a577135271 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -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 = [ |
