nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
391 stars 192 forks source link

Upgrade to latest django / django CMS #722

Closed yakky closed 1 year ago

yakky commented 1 year ago

Description

References

Fix #720

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 94.73% and project coverage change: -0.27 :warning:

Comparison is base (4647c47) 94.51% compared to head (ee71cd1) 94.25%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #722 +/- ## =========================================== - Coverage 94.51% 94.25% -0.27% =========================================== Files 21 26 +5 Lines 1112 1810 +698 Branches 138 260 +122 =========================================== + Hits 1051 1706 +655 - Misses 23 52 +29 - Partials 38 52 +14 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `94.25% <94.73%> (-0.27%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila) | Coverage Δ | | |---|---|---| | [djangocms\_blog/cms\_wizards.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvY21zX3dpemFyZHMucHk=) | `95.65% <ø> (ø)` | | | [djangocms\_blog/taggit\_urls.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvdGFnZ2l0X3VybHMucHk=) | `0.00% <0.00%> (ø)` | | | [djangocms\_blog/\_\_init\_\_.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [djangocms\_blog/admin.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvYWRtaW4ucHk=) | `83.06% <100.00%> (ø)` | | | [djangocms\_blog/feeds.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvZmVlZHMucHk=) | `85.03% <100.00%> (ø)` | | | [djangocms\_blog/liveblog/cms\_plugins.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvbGl2ZWJsb2cvY21zX3BsdWdpbnMucHk=) | `95.23% <100.00%> (-4.77%)` | :arrow_down: | | [djangocms\_blog/liveblog/consumers.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvbGl2ZWJsb2cvY29uc3VtZXJzLnB5) | `100.00% <100.00%> (ø)` | | | [djangocms\_blog/liveblog/models.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvbGl2ZWJsb2cvbW9kZWxzLnB5) | `96.55% <100.00%> (+0.06%)` | :arrow_up: | | [djangocms\_blog/liveblog/routing.py](https://codecov.io/gh/nephila/djangocms-blog/pull/722?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila#diff-ZGphbmdvY21zX2Jsb2cvbGl2ZWJsb2cvcm91dGluZy5weQ==) | `100.00% <100.00%> (ø)` | | ... and [7 files with indirect coverage changes](https://codecov.io/gh/nephila/djangocms-blog/pull/722/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nephila)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

yakky commented 1 year ago

Fix #721