﻿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
25195	update_or_create doesn't understand F() operations	Marc Tamlyn	Yujin Kim	"This may not be possible to resolve, but it would be really nice if you could do something like
{{{
Foo.objects.update_or_create(name='bar', defaults={'value': F('value') + 1})
}}}

This would only be possible when value has a default, and we would need to resolve the F() object to the default. It may be that we need a different object which resolves to an expression when used in an update but resolves differently when used in a create."	New feature	assigned	Database layer (models, ORM)	dev	Normal			Ülgen Sarıkavak	Accepted	0	0	0	0	0	0
