Closed narun4sk closed 4 years ago
Merging #357 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #357 +/- ##
=======================================
Coverage 98.12% 98.12%
=======================================
Files 88 88
Lines 2829 2829
=======================================
Hits 2776 2776
Misses 53 53
Impacted Files | Coverage Δ | |
---|---|---|
wagtailmenus/models/menus.py | 97.9% <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 1a93857...e2bed66. Read the comment docs.
Hi @narun4sk, and thank you for the contribution. Seeing as wagtailmenus no longer supports Python 2, it might be better to evaluate where six
is being used and see if it can be eliminated all together. This would be preferred to adding additional dependencies.
Superseded by #358
The latest version of
Wagtail
is compatible with Django 2.1, 2.2 and 3.0, however thewagtailmenus
was not, at least because of the #354.