﻿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
30159	Remove obsolete use of OrderedDict with Python 3.6+	Nick Pope	Nick Pope	With Django 3.0 supporting Python 3.6+ we can strip out some of the use of `OrderedDict` that is no longer required now that dictionaries preserve insertion order. Although this property of dictionaries is only a language feature from Python 3.7, it is unlikely to be changed in a patch release of CPython 3.6 and PyPy3 already preserves insertion order.	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed	ordereddict		Ready for checkin	1	0	0	0	0	0
