mirror of
https://github.com/django/django.git
synced 2025-05-05 06:27:31 +00:00
[1.8.x] Fixed typo docs/ref/models/relations.txt
This commit is contained in:
parent
9582ba51bd
commit
dfd4bd5fc5
@ -110,7 +110,7 @@ Related objects reference
|
|||||||
the ``blog`` :class:`~django.db.models.ForeignKey` doesn't have
|
the ``blog`` :class:`~django.db.models.ForeignKey` doesn't have
|
||||||
``null=True``, this is invalid.
|
``null=True``, this is invalid.
|
||||||
|
|
||||||
.. versionchanged 1.7::
|
.. versionchanged:: 1.7
|
||||||
|
|
||||||
For :class:`~django.db.models.ForeignKey` objects, this method accepts
|
For :class:`~django.db.models.ForeignKey` objects, this method accepts
|
||||||
a ``bulk`` argument to control how to perform the operation.
|
a ``bulk`` argument to control how to perform the operation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user