diff options
| author | Simon Charette <charette.s@gmail.com> | 2013-03-15 07:35:55 -0700 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2013-03-15 07:35:55 -0700 |
| commit | a87ff951b6164784ecf6cae06d8a3fd5fa33ff23 (patch) | |
| tree | a34f2e74a35684ebe0a7338eeb12868552864ba7 /docs | |
| parent | f8c7c8f27b061b65d2dec98510bb9e76e1547791 (diff) | |
| parent | 186bff47032a264b4b4cbb06a6f277046bb10c26 (diff) | |
Merge pull request #905 from cyberj/ticket_20053
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 |
