From 83119fd582931fd2bf05832e6a3fe8c56bd4a804 Mon Sep 17 00:00:00 2001
From: Johan Charpentier <cyberj@arcagenis.org>
Date: Fri, 15 Mar 2013 15:15:52 +0100
Subject: [PATCH] [1.5.x] Fixed #20053 -- Fixed `index_together` documentation

Backport of 186bff47 from master
---
 docs/ref/models/options.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index 307b46241d..c2a3430c2b 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -262,6 +262,7 @@ Django quotes column and table names behind the scenes.
     an explicit :attr:`through <ManyToManyField.through>` model.
 
 ``index_together``
+------------------
 
 .. attribute:: Options.index_together