﻿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
9421	delete object with ManyToManyField (option through)	anonymous	nobody	"I have a Model like this 

class A(models.Model):

class B(models.Model):
     m2m = models.ManyToManyField(A, through='C')

class C(models.Model):

when I delete an object of class A with admin interface it tells me that it delete objects of class C with a reference with this object of class A. 

But in reality it not delete the object.

I suppose there is a bug with intermediate table and option ""through"" in delete operation.

Thanks."	Bug	closed	Forms	1.0	Normal	fixed			Accepted	0	0	0	0	0	0
