﻿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
35299	Remove ValueError in Create method with OneToOne relation	Oleksandr Zahirnyi	nobody	"The issue [https://code.djangoproject.com/ticket/34586?utm_campaign=Django%2BNewsletter&utm_medium=web&utm_source=Django_Newsletter_193 #34586] was resolved in [https://github.com/django/django/commit/e02fc588893485e5f5e509cdb67c63d8e1a45b31 commit] by introducing an Exception. However, as a result of the condition {{{if reverse_one_to_one_fields:}}}, it's currently not possible to create a new row with a OneToOne relationship. In my opinion, the issue should address the part {{{create() does not save reverse OneToOne relationship}}} instead of merely adding the Exception.
"	Bug	closed	Database layer (models, ORM)	5.0	Normal	duplicate	create OneToOne exception		Unreviewed	0	0	0	0	0	0
