Commit 219fc1f7 authored by shiblystory's avatar shiblystory Committed by Tim Graham
Browse files

[1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.

Backport of 6ae617dc from master
parent 669b8e3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ This of course works in reverse::
Add a Waiter to the Restaurant::

    >>> w = r.waiter_set.create(name='Joe')
    >>> w.save()
    >>> w
    <Waiter: Joe the waiter at Demon Dogs the restaurant>