summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 6d4ca657fc..0456c0a064 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -2025,6 +2025,10 @@ that control how the relationship functions.
the Django model that represents the intermediate table that you want to
use.
+ The ``through`` model can be specified using either the model class
+ directly or a :ref:`lazy reference <lazy-relationships>` to the model
+ class.
+
The most common use for this option is when you want to associate
:ref:`extra data with a many-to-many relationship
<intermediary-manytomany>`.