Majic Projects
Conntrackt
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Conntrackt / Closed Enhancement CONNT-25 Port Conntrackt to Django 1.11
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue basics
  • Type of issue
    Enhancement
  • Category
    Not determined
  • Targetted for
    1.0.0
  • Status
    Closed
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (1)
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
  • Time spent
    10 hours
    Click here to see time logged against this issue
Issue details
  • Resolution
    RESOLVED
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description

Current version of Conntrackt is compatible only with Django 1.5. This is a rather ancient version, and it is necessary to bring Conntrackt up-to-date to be able to work with Django 1.11, the latest LTS release.

Since this is a huge step, upgrade should be performed in steps, making sure to test everything along the way.

The following should be done:

  • Upgrade to Django 1.11, going through intermediary steps of 1.6, 1.7, 1.8, 1.9, and 1.10.
  • Update documentation to reflect the change in Django compatibility.
  • Update all the requirements to reflect the newer version of Django.
  • Make sure that migrations get updated along the way to cope with switch from South to Django's built-in migration mechanism.
  • Updated the test project, if necessary replacing it with a newly-started project with latest version of Django.
  • Since this is a major change, an upgrade section should be added to documentation describing changes that need to be done on project settings level compared to the previous release.
Todos (0 / 0)
Issue created