diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-03-29 15:25:27 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-03-29 15:25:27 +0000 |
| commit | 782c1a770eada77edc5e947caec7bef715d5307d (patch) | |
| tree | 951cd995fdc99f4dc48e192703dec66e05117456 /docs | |
| parent | 9ddbed6f15a4f04695da7601ddb5a8b1d0def865 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/models.txt | 5 |
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 |
