summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index c50f09b401..ba01f5f0bc 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -2007,6 +2007,5 @@ have boolean values (rather than ``None``) if the field is a relation type
.. attribute:: Field.related_model
Points to the model the field relates to. For example, ``Author`` in
- ``ForeignKey(Author, on_delete=models.CASCADE)``. If a field has a generic
- relation (such as a ``GenericForeignKey`` or a ``GenericRelation``) then
- ``related_model`` will be ``None``.
+ ``ForeignKey(Author, on_delete=models.CASCADE)``. The ``related_model`` for
+ a ``GenericForeignKey`` is always ``None``.