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

Backport of 6ae617dc57149216d264d3596cdb10a72dad1bca from master
This commit is contained in:
shiblystory 2016-05-07 16:53:03 +06:00 committed by Tim Graham
parent 669b8e3d8f
commit 219fc1f726

View File

@ -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>