diff options
| author | Johan Charpentier <cyberj@arcagenis.org> | 2013-03-15 15:15:52 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-11 20:24:32 -0400 |
| commit | 83119fd582931fd2bf05832e6a3fe8c56bd4a804 (patch) | |
| tree | e08ff5079d421d25c9c1e4c0001edb771912026a /docs | |
| parent | c278d81da40430f401cb7ce24f6bc603c40f3de7 (diff) | |
[1.5.x] Fixed #20053 -- Fixed `index_together` documentation
Backport of 186bff47 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
