﻿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 fixed in [https://github.com/django/django/commit/e02fc588893485e5f5e509cdb67c63d8e1a45b31 commit] by raising an Exception. However, now there is no possibility to create a new row with a OneToOne relation because of the condition {{{if reverse_one_to_one_fields:}}}. I believe that the issue must fix this part {{{create() does not save reverse OneToOne relationship}}}.
"	Bug	new	Database layer (models, ORM)	5.0	Normal		create OneToOne exception		Unreviewed	0	0	0	0	0	0
