﻿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
22095	Migrations containing RunPython operations cannot be reversed regardless of reverse_code	andrewsg	andrewsg	"Migrations including RunPython cannot be reversed, regardless of whether reverse_code is supplied to RunPython.  Code appears to be in place to make the reverse operation function if reverse_code is supplied, but the ""reversible"" attribute on the RunPython class is set to False.

RunSQL is analogous to RunPython and solves this problem by making reversible a property that returns True if reverse_sql is supplied to that constructor, so presumably the same would work for RunPython."	Bug	closed	Migrations	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
