modoboa / modoboa-imap-migration

An extension to ease the migration between 2 IMAP servers using offlineimap
ISC License
16 stars 12 forks source link

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

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 #29 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   96.26%   96.26%           
=======================================
  Files          14       14           
  Lines         214      214           
=======================================
  Hits          206      206           
  Misses          8        8
Impacted Files Coverage Δ
modoboa_imap_migration/migrations/0001_initial.py 100% <ø> (ø) :arrow_up:
modoboa_imap_migration/tests.py 100% <100%> (ø) :arrow_up:
modoboa_imap_migration/models.py 92.85% <100%> (ø) :arrow_up:
modoboa_imap_migration/handlers.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 dd305d9...c78c546. Read the comment docs.