From 782c1a770eada77edc5e947caec7bef715d5307d Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Thu, 29 Mar 2012 15:25:27 +0000 Subject: [PATCH] Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section. Thanks creecocde for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17822 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/db/models.txt | 5 +++-- 1 file 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 ` for details. .. seealso:: -:class:`~django.db.models.OneToOneField` fields also accept one optional argument -described in the :ref:`model field reference `. + :class:`~django.db.models.OneToOneField` fields also accept one specific, + optional ``parent_link`` argument described in the :ref:`model field + reference `. :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