﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26595	w.save() is called after w = r.waiter_set.create(name='Joe') in one-to-one relationship	shiblystory	nobody	"[https://docs.djangoproject.com/en/1.9/topics/db/examples/one_to_one/]


{{{
>>> w = r.waiter_set.create(name='Joe')
>>> w.save()
}}}

w.save() should not be called.

Can someone please edit this?
"	Uncategorized	new	Documentation	1.9	Normal				Unreviewed	0	0	0	0	0	0
