﻿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
34336	Reverting a migration with `replaces = [...]` set does not revert it	Thomas C	nobody	"I have four migrations in an app. In migration 4, I have `replaces = [(""my_app"", ""0002_foo"")]`.

When I migrate back from the state where all migration are applied to the first migration, it says that the migration 4 has been reverted.

However, that migration is still marked as passed in the `django_migrations` table and when I try to migrate again to the state 4 it fails saying that migration 4 was already applied.

Is rollbacking a migration where `replaces` is set supported? How is that supposed to behave, regarding the migration and the one it replaces?"	Bug	new	Migrations	3.2	Normal				Unreviewed	0	0	0	0	0	0
