diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-11-06 10:47:07 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-11-06 10:47:07 +0100 |
| commit | 366bdc45661038c199ff7f268d045f6b7cb5c398 (patch) | |
| tree | 34526c0cb143d0a503f7e6bee568be8bc787dca9 /docs/ref/models | |
| parent | 3c4832214ff78e704679d7c7410d3fb8da80df78 (diff) | |
Fixed typos in documentation.
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 9921322051..07886b78d6 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1325,7 +1325,7 @@ related. This works exactly the same as it does for :class:`ForeignKey`, including all the options regarding :ref:`recursive <recursive-relationships>` and :ref:`lazy <lazy-relationships>` relationships. -If you do not specify the the :attr:`~ForeignKey.related_name` argument for +If you do not specify the :attr:`~ForeignKey.related_name` argument for the ``OneToOneField``, Django will use the lower-case name of the current model as default value. |
