﻿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
27380	Add the 'raw' argument with the 'm2m_changed' signal	Élie Bouttier	Mariusz Felisiak	"The 'raw' argument is sent with pre_save and post_save signals in order to detect fixture loading and avoid un-needed operations in this case.
Unfortunatly, this argument is not sent with m2m_changed signal !
I find a work-around on stack-overflow for tests which consist in disconnecting the m2m_signal in the setUpClass.
However, this is not applicable for loaddata management command.

Please send the 'raw' argument with the m2m_changed signal, this is needed!
"	New feature	closed	Database layer (models, ORM)	1.10	Normal	fixed		direx	Ready for checkin	1	0	0	0	0	0
