diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-13 04:24:22 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-13 04:30:58 -0700 |
| commit | 33c6a8b621eeec0425e9939680b67fc45729370b (patch) | |
| tree | b56b4b99e46363937cf5f32987cf347d15efc159 /docs | |
| parent | f35b8f8e3f811c2f5c13ea96044d740917b16d47 (diff) | |
[1.9.x] Fixed typo in docs/ref/models/relations.txt.
Backport of f6b9e6bf4fab731a28489ec735cc330255ef03ab from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/relations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/relations.txt b/docs/ref/models/relations.txt index fc4b10af93..e89355679a 100644 --- a/docs/ref/models/relations.txt +++ b/docs/ref/models/relations.txt @@ -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 |
