modoboa / modoboa-stats

Graphical statistics for Modoboa
MIT License
9 stars 13 forks source link

Upgrade Django (Django-1.10 no longer supported) #36

Closed ghost closed 6 years ago

ghost commented 6 years ago

Django 1.10 is now no longer supported, this PR upgrades modoboa to Django 1.11 (the last version of Django to support Python 2). This depends on modoboa/modoboa#1333

I've split this into several patches to make it easier to follow:


As this depends on modoboa/modoboa#1333 tests on travis will fail until it's merged, I've created a special branch (with altered travis.yml) to prove the tests work upgrade-django-TESTS

codecov[bot] commented 6 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   90.28%   90.28%           
=======================================
  Files          13       13           
  Lines         762      762           
=======================================
  Hits          688      688           
  Misses         74       74
Impacted Files Coverage Δ
modoboa_stats/modo_extension.py 100% <100%> (ø) :arrow_up:
modoboa_stats/handlers.py 100% <100%> (ø) :arrow_up:
modoboa_stats/views.py 96.72% <100%> (ø) :arrow_up:
modoboa_stats/tests/test_views.py 100% <100%> (ø) :arrow_up:

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 a2cb350...d6ddef9. Read the comment docs.