﻿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
32724	Deleting a MTI Child model will leave associated rows in the parent table.	Matthias Dellweg	nobody	"Steps to reproduce: 
1. Create a Parent and a Child model
2. Migrate and populate some rows in the Child table
3. Delete the Child table, create migrations and migrate
4. Observe that the Parent table is not empty

In contrast to that, if you remove rows from the Child table (while existing), the corresponding rows in the Parent table are deleted too.

This bug happens both on forward as well as reversed migrations.

Sample project:
https://github.com/mdellweg/migrationtest"	Bug	closed	Migrations	3.2	Normal	wontfix			Unreviewed	0	0	0	0	0	0
