summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/models.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index c2577ecc98..9683cc2871 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -555,8 +555,9 @@ can be made; see :ref:`the model field reference <ref-onetoone>` for details.
.. seealso::
-:class:`~django.db.models.OneToOneField` fields also accept one optional argument
-described in the :ref:`model field reference <ref-onetoone>`.
+ :class:`~django.db.models.OneToOneField` fields also accept one specific,
+ optional ``parent_link`` argument described in the :ref:`model field
+ reference <ref-onetoone>`.
:class:`~django.db.models.OneToOneField` classes used to automatically become
the primary key on a model. This is no longer true (although you can manually