django-cms / djangocms-audio

django CMS Audio is a set of plugins for django CMS. That allow you to publish audio files on your site.
https://www.django-cms.org
Other
19 stars 9 forks source link

initial Django 2.0 support #11

Closed russmo closed 6 years ago

russmo commented 6 years ago

Squashing some incompatibilities between Django 1.11 and 2.0.

django-cms is not Django 2.0 ready yet, but I'm trying to get various plugins and dependencies compatible to make it easier for the whole ecosystem to work on 2.0.x eventually.

codecov-io commented 6 years ago

Codecov Report

Merging #11 into master will decrease coverage by 0.17%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   76.25%   76.08%   -0.18%     
==========================================
  Files           5        4       -1     
  Lines         139      138       -1     
  Branches       12       12              
==========================================
- Hits          106      105       -1     
  Misses         33       33
Impacted Files Coverage Δ
djangocms_audio/migrations/0001_initial.py 100% <ø> (ø) :arrow_up:
djangocms_audio/migrations/__init__.py

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 57c3f0b...e6292e6. Read the comment docs.

bplociennik commented 6 years ago

Thanks, I created PR based on your #12 and is merged now.