Commit f6b9e6bf authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 80dac8c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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