Fixed typos in documentation.

This commit is contained in:
Baptiste Mispelon 2013-11-06 10:47:07 +01:00
parent 3c4832214f
commit 366bdc4566
4 changed files with 4 additions and 4 deletions

View file

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