Skip to content

Commit

Permalink
[1.9.x] Fixed typo in docs/ref/models/relations.txt.
Browse files Browse the repository at this point in the history
Backport of f6b9e6b from master
  • Loading branch information
timgraham committed Oct 13, 2015
1 parent f35b8f8 commit 33c6a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/relations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33c6a8b

Please sign in to comment.