django-cms / djangocms-style

django CMS Style is a plugin for django CMS that allows you to create a HTML container containing classes, styles, ids and other attributes.
https://marketplace.django-cms.org/en/addons/browse/djangocms-style/
Other
38 stars 22 forks source link

initial Django 2.0 support #41

Closed russmo closed 5 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 #41 into master will decrease coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
- Coverage   66.45%   66.24%   -0.22%     
==========================================
  Files          10        9       -1     
  Lines         158      157       -1     
  Branches       28       28              
==========================================
- Hits          105      104       -1     
- Misses         50       51       +1     
+ Partials        3        2       -1
Impacted Files Coverage Δ
djangocms_style/models.py 47.91% <ø> (ø) :arrow_up:
djangocms_style/migrations/0001_initial.py 100% <ø> (ø) :arrow_up:
djangocms_style/__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 7b722bc...41dde4c. Read the comment docs.

bplociennik commented 5 years ago

43 adding support for new Django versions