From bb2ca9fe6cdd490526b44b30f207c8f743bfaa84 Mon Sep 17 00:00:00 2001 From: Anubhav Joshi Date: Sun, 2 Mar 2014 00:36:15 +0530 Subject: Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists).. Thanks EmilStenstrom for the suggestion. --- docs/releases/1.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/releases') diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 882fa69dee..f9400032e5 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -642,6 +642,9 @@ Models an error (before that, it would either result in a database error or incorrect data). +* You can use a single list for :attr:`~django.db.models.Options.index_together` + (rather than a list of lists) when specifying a single set of fields. + Signals ^^^^^^^ -- cgit v1.3