﻿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
23560	MigrationWriter prefixes builtin types with __builtins__.	Loic Bistuer	nobody	"When MigrationWriter finds a builtin type (i.e. not a builtin type instance) it serializes as follows:

{{{
import __builtin__
__builtin__.dict
}}}

`__builtin__` isn't needed nor pretty, but worse it was renamed `builtins` in PY3 so migrations written in PY2 wouldn't work in PY3 and vice versa."	Bug	closed	Migrations	1.7	Normal	fixed			Ready for checkin	1	0	0	0	0	0
