﻿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
29814	Allow serializing NoneType in migrations	Daan van der Kallen	Patrik Sletmo	When in a deconstructible class used in a migration one of the arguments to instantiate the class is the `NoneType` (aka `type(None)`) this is just serialized as `NoneType` which will throw a NameError because it is not defined. The only way to get this value in Python 3 is with `type(None)` so simply serializing `NoneType` as `type(None)` should already do the trick.	Bug	closed	Migrations	dev	Normal	fixed	migration deconstruct nonetype none		Ready for checkin	1	0	0	0	0	0
