mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.9.x] Fixed typo in docs/ref/models/relations.txt.
Backport of f6b9e6bf4fab731a28489ec735cc330255ef03ab from master
This commit is contained in:
parent
f35b8f8e3f
commit
33c6a8b621
@ -195,7 +195,7 @@ will first disassociate any existing objects in the related set before adding
|
|||||||
the contents of ``new_list``. Otherwise the objects in ``new_list`` will be
|
the contents of ``new_list``. Otherwise the objects in ``new_list`` will be
|
||||||
added to the existing related object set.
|
added to the existing related object set.
|
||||||
|
|
||||||
.. versionchanged:1.9
|
.. versionchanged:: 1.9
|
||||||
|
|
||||||
In earlier versions, direct assignment used to perform ``clear()`` followed
|
In earlier versions, direct assignment used to perform ``clear()`` followed
|
||||||
by ``add()``. It now performs a ``set()`` with the keyword argument
|
by ``add()``. It now performs a ``set()`` with the keyword argument
|
||||||
|
Loading…
x
Reference in New Issue
Block a user