Commit f1859d91 authored by Tomasz Anielak's avatar Tomasz Anielak Committed by Tim Graham
Browse files

[1.9.x] Fixed typo in docs/topics/db/models.txt.

Backport of b67502fb from master
parent a09a889a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1122,7 +1122,7 @@ Specifying the parent link field

As mentioned, Django will automatically create a
:class:`~django.db.models.OneToOneField` linking your child
class back any non-abstract parent models. If you want to control the
class back to any non-abstract parent models. If you want to control the
name of the attribute linking back to the parent, you can create your
own :class:`~django.db.models.OneToOneField` and set
:attr:`parent_link=True <django.db.models.OneToOneField.parent_link>`