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/releases/1.5.txt | |
| parent | 8d3f932f18c75fcbb32cf3dd5998445d65b5db0f (diff) | |
Added multi-column indexes to the 1.5 release notes.
Diffstat (limited to 'docs/releases/1.5.txt')
| -rw-r--r-- | docs/releases/1.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt index 154f711560..a8024424bd 100644 --- a/docs/releases/1.5.txt +++ b/docs/releases/1.5.txt @@ -302,6 +302,10 @@ Django 1.5 also includes several smaller improvements worth noting: * The :ref:`cache-based session backend <cached-sessions-backend>` can store session data in a non-default cache. +* Multi-column indexes can now be created on models. Read the + :attr:`~django.db.models.Options.index_together` documentation for more + infomration. + Backwards incompatible changes in 1.5 ===================================== |
