﻿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
25939	Remove transaction from QuerySet.update_or_create's save()	Tim Graham	nobody	"According to Aymeric on [https://github.com/django/django/pull/5804 the pull request]:

It will have beneficial performance effects if:
* `ATOMIC_REQUESTS` is not in use
* `update_or_create` ends up creating an object
* the `save` method of that objects does long things like sending email after the write (i.e. once it holds an exclusive lock on the database)
"	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
