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:33 -0800 |
| commit | 957787ace0a14fa2ee2539d47a64b266bc93b6bd (patch) | |
| tree | a83bf0ed0afd45b5c2dfa123c0b4e74766b0ef49 /docs/ref/models | |
| parent | 8d3f932f18c75fcbb32cf3dd5998445d65b5db0f (diff) | |
Added multi-column indexes to the 1.5 release notes.
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 = [ |
