1
0
mirror of https://github.com/django/django.git synced 2025-04-22 00:04:43 +00:00

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

Backport of b67502fb8dccefa0c0a3b4a63f9053c4238a8a0c from master
This commit is contained in:
Tomasz Anielak 2015-10-31 12:38:58 +01:00 committed by Tim Graham
parent a09a889a57
commit f1859d9100

View File

@ -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>`