﻿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.

I've created pull request: https://github.com/django/django/pull/6568"	Uncategorized	closed	Documentation	1.9	Normal	fixed			Unreviewed	0	0	0	0	0	0
