Kaydet (Commit) 6ae617dc authored tarafından shiblystory's avatar shiblystory Kaydeden (comit) Tim Graham

Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.

üst b26fedac
......@@ -140,7 +140,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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment