mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
[1.7.x] Fixed typo docs/ref/models/relations.txt
Backport of dfd4bd5fc5
from stable/1.8.x
This commit is contained in:
parent
2d66d04e73
commit
82e651e948
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Related objects reference
|
|||
the ``blog`` :class:`~django.db.models.ForeignKey` doesn't have
|
||||
``null=True``, this is invalid.
|
||||
|
||||
.. versionchanged 1.7::
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
For :class:`~django.db.models.ForeignKey` objects, this method accepts
|
||||
a ``bulk`` argument to control how to perform the operation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue