Skip to content

Let's update Django to 1.11.17. It adds compatibility for Python 3.7

Noe Nieto requested to merge (removed):django_1.11.17 into master

Ping @david.seaward , @birin.sanchez

I got this ugly traceback:

$ ./manage.py
Traceback (most recent call last):
[...]
  File "/home/nnieto/.virtualenvs/liberty/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 is an incompability between Django LTS and Python 3.7. The version 1.11.17 fixes the problem.

Edited by Noe Nieto

Merge request reports