1
0
mirror of https://github.com/django/django.git synced 2025-04-08 07:26:41 +00:00

Fixed typo in docs/ref/models/relations.txt.

This commit is contained in:
Tim Graham 2015-10-13 04:24:22 -07:00
parent 80dac8c33e
commit f6b9e6bf4f

@ -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
added to the existing related object set.
.. versionchanged:1.9
.. versionchanged:: 1.9
In earlier versions, direct assignment used to perform ``clear()`` followed
by ``add()``. It now performs a ``set()`` with the keyword argument