mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed typos in documentation.
This commit is contained in:
parent
3c4832214f
commit
366bdc4566
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue