﻿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
28249	Remove unnecessary dict.keys() calls	Jon Dufresne	nobody	"`iter(dict)` is equivalent to `iter(dict.keys())`. Can simply  act on the dictionary. Provides simpler, more concise syntax and avoids the extra function call in Django.
    
Inspired by Lennart Regebro's PyCon 2017 presentation ""Prehistoric Patterns in Python"". Available at: https://www.youtube.com/watch?v=V5-JH23Vk0I"	Cleanup/optimization	closed	Uncategorized	dev	Normal	fixed			Unreviewed	1	0	0	0	0	0
