diff options
| author | Johan Charpentier <cyberj@arcagenis.org> | 2013-03-15 15:15:52 +0100 |
|---|---|---|
| committer | Johan Charpentier <cyberj@arcagenis.org> | 2013-03-15 15:15:52 +0100 |
| commit | 186bff47032a264b4b4cbb06a6f277046bb10c26 (patch) | |
| tree | a34f2e74a35684ebe0a7338eeb12868552864ba7 /docs | |
| parent | f8c7c8f27b061b65d2dec98510bb9e76e1547791 (diff) | |
Fixed #20053 -- Fix `index_together` documentation
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 21265d6313..5f9316bd2a 100644 --- a/docs/ref/models/options.txt +++ b/docs/ref/models/options.txt @@ -259,6 +259,7 @@ Django quotes column and table names behind the scenes. an explicit :attr:`through <ManyToManyField.through>` model. ``index_together`` +------------------ .. attribute:: Options.index_together |
