﻿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
35487	Removal of CASCADE in DROP COLUMN migration operation	Petr Přikryl	Petr Přikryl	"Created based on discussion in https://forum.djangoproject.com/t/removefield-dropping-views-without-notice/31409

Arguments:
* Consistency acrocss backends. Cascade is used for postgres backend only.
* Cascade is no more needed as constraints and sequences are dropped explicitly.  Next, sequences are being replaced by new identity columns.
* No side effects - unexpected removals in DB schema. 
* Test suite is passing after cascade removal."	Cleanup/optimization	closed	Migrations	dev	Normal	fixed		Petr Přikryl Adam Johnson	Ready for checkin	1	0	0	0	0	0
