﻿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
26962	docs: Missing Information about Transaction in Operations (migrations)	Thomas Güttler	Caio Ariede	"I could not find a note how the migrations operations (for example CreateModel) handle transactions.

I checked these pages:
 https://docs.djangoproject.com/en/dev/topics/migrations/
 https://docs.djangoproject.com/en/dev/ref/migration-operations/

There are some notes about how RunPython handles transactions, but not the general handling of transactions.

The question which I want to see answered in the docs:

> Do migrations operations create a new transaction by default, or do all migrations operations run in one transaction?

Please forgive me, if I was blind.
"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
