﻿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
18837	[py3] Double import of six in django.forms.models	Alexey Boriskin	nobody	"There is a double import of six in django.forms.models:
{{{
from django.utils import six
from django.utils.text import get_text_list, capfirst
from django.utils.translation import ugettext_lazy as _, ugettext
from django.utils import six
}}} 
"	Cleanup/optimization	closed	Python 3	dev	Normal	fixed			Accepted	1	0	0	1	0	0
