﻿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
29565	SyntaxError when running in Python 3.7	Federico Bond	nobody	"Django 1.11.14 throws Syntax error while loading django.contrib.admin.widgets in Python 3.7.

{{{
  File ""./env/lib/python3.7/site-packages/django/contrib/admin/widgets.py"", line 152                                                                  
    '%s=%s' % (k, v) for k, v in params.items(),
    ^
SyntaxError: Generator expression must be parenthesized
}}}

This can be fixed by removing the trailing comma at the end of the line."	Bug	closed	contrib.admin	1.11	Normal	wontfix			Unreviewed	0	0	0	0	0	0
