deis / controller

Deis Workflow Controller (API)
https://deis.com
MIT License
41 stars 53 forks source link

chore(requirements): update Django to 1.11 LTS #1279

Closed mboersma closed 7 years ago

mboersma commented 7 years ago

See https://www.djangoproject.com/weblog/2017/apr/04/django-111-released/ This is an LTS release of Django, so it's supported for three years.

I tested all the changed links to ensure they still point to relevant areas in the Django documentation.

deis-bot commented 7 years ago

@bacongobbler, @krancour and @kris-nova are potential reviewers of this pull request based on my analysis of git blame information. Thanks @mboersma!

mboersma commented 7 years ago

VS Code seems to have aggressively reformatted some lines I didn't intend to touch. I'll revert those changes in a bit to minimize the diff here.

Edit: fixed my editor settings and this commit. For future reference:

    "python.formatting.autopep8Args": [
        "--max-line-length",
        "99"
    ]
codecov-io commented 7 years ago

Codecov Report

Merging #1279 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1279   +/-   ##
=======================================
  Coverage   86.63%   86.63%           
=======================================
  Files          45       45           
  Lines        3929     3929           
  Branches      681      681           
=======================================
  Hits         3404     3404           
  Misses        356      356           
  Partials      169      169

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0ef67fa...32cd737. Read the comment docs.