From 54f962c0bf3cf4802ee2c94194bcdb4bd4728106 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 22 Sep 2008 11:07:35 +0000 Subject: 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 --- docs/topics/db/models.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/topics') 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 `. These options help define how the relationship should work; all are optional. +.. _intermediary-manytomany: + Extra fields on many-to-many relationships ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3