summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-09-22 11:07:35 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-09-22 11:07:35 +0000
commit54f962c0bf3cf4802ee2c94194bcdb4bd4728106 (patch)
treee799058e59dd9ea2fbee07e6ad03cdb166f95c2a /docs/topics
parent5563362c4c86d1c519bfa4732fed050c232e366a (diff)
Fixed #8967: Added documentation for the 'through' option on a many-to-many field in the fields reference documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/models.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index 7a38baec50..0b82bca9c4 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -357,6 +357,8 @@ arguments which are explained in :ref:`the model field reference
<manytomany-arguments>`. These options help define how the relationship should
work; all are optional.
+.. _intermediary-manytomany:
+
Extra fields on many-to-many relationships
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~