Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for django CMS 3.9 #389

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

yakky
Copy link
Member

@yakky yakky commented Jul 17, 2021

Description

Describe:

  • Add support for django CMS 3.9

Django 3.2 still not supported due to plugins lacking support for it

References

Fix #388

Checklist

  • I have read the contribution guide
  • Code lint checked via inv lint
  • changes file included (see docs)
  • Usage documentation added in case of new features
  • Tests added

@codecov
Copy link

codecov bot commented Jul 17, 2021

Codecov Report

Merging #389 (b60155a) into develop (5f825c0) will decrease coverage by 1.24%.
The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #389      +/-   ##
===========================================
- Coverage    94.44%   93.20%   -1.25%     
===========================================
  Files            7        9       +2     
  Lines          612      662      +50     
  Branches       128      140      +12     
===========================================
+ Hits           578      617      +39     
- Misses          10       15       +5     
- Partials        24       30       +6     
Flag Coverage Δ
unittests 93.20% <80.00%> (-1.25%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
djangocms_installer/config/__init__.py 96.29% <72.72%> (-0.92%) ⬇️
djangocms_installer/config/data.py 100.00% <100.00%> (ø)
djangocms_installer/__init__.py 100.00% <0.00%> (ø)
djangocms_installer/main.py 75.00% <0.00%> (ø)

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 5f825c0...b60155a. Read the comment docs.

@coveralls
Copy link

coveralls commented Jul 17, 2021

Coverage Status

Coverage decreased (-0.3%) to 97.734% when pulling b60155a on feature/issue-388-djangocms-39 into 5f825c0 on develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

django-cms 3.9.0 is out!
2 participants