{{{
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/29565>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
Comment:
Django 1.11 does not support Python3.7, as per
https://docs.djangoproject.com/en/2.0/faq/install/
You’ll need to upgrade to 2.0 or later.
--
Ticket URL: <https://code.djangoproject.com/ticket/29565#comment:1>