﻿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
10767	SQL flush statements are generated for through many to many tables set managed = False	Trevor Caira	nobody	"SQL flush statements (those output by `./manage.py sqlflush`) correctly do not include statements truncating django models marked as `managed = False`, except for those which are used as the through model for many to many relations (`ManyToManyField(through=...)`).

I have attached a patch which fixes the issue by excluding through models marked `managed = False` when creating the list of tables and sequences to flush."		closed	Database layer (models, ORM)	1.0		duplicate			Unreviewed	1	0	0	0	0	0
