Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Keel - LDH Middleware Keel - LDH Middleware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • liberty
  • host
  • Keel - LDH MiddlewareKeel - LDH Middleware
  • Merge requests
  • !80

The source project of this merge request has been removed.
Closed
Created Feb 01, 2019 by Noe Nieto@noe.nieto💬Developer
  • Report abuse
Report abuse

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

  • Overview 1
  • Changes 1

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 Feb 01, 2019 by Noe Nieto
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: django_1.11.17