mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #18556 -- Fixed a typo in the related manager add() method docs.
This commit is contained in:
parent
adc0c4fbac
commit
6a46f23957
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Related objects reference
|
|||
|
||||
.. versionchanged:: 1.9
|
||||
|
||||
The ``bulk`` parameter was added. In order versions, foreign key
|
||||
The ``bulk`` parameter was added. In older versions, foreign key
|
||||
updates were always done using ``save()``. Use ``bulk=False`` if
|
||||
you require the old behavior.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue