﻿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
17583	Add raw kwarg to m2m signals	Marc Tamlyn	nobody	I think the `m2m_changed` signal would benefit from a `raw` flag similar to the `pre_save` and `post_save` signals. I've got some signals called on M2M change which die when called during fixture loading. At present the only way I can see to do this is to hook into the `pre_save` and cache that I'm in fixture-loading mode... Pretty nasty!	New feature	closed	Database layer (models, ORM)	1.3	Normal	duplicate	signal, m2m		Design decision needed	0	0	0	0	0	0
