Closed fsbraun closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.89%. Comparing base (
f90c5b2
) to head (a917662
). Report is 7 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@fsbraun You might want to run ruff
once to pass the code lint.
Ruff has added a rule ...
Ruff has added a rule ...
You probably need to upgrade ruff
and run it --fix
so autofix it.
Yeah, no autofix for UP032...
Description
As of django CMS 4.1.1, the django CMS core comes with a versioning-ready CMS Menu which
This PR changes the default value of the setting
DJANGOCMS_VERSIONING_ENABLE_MENU_REGISTRATION
fromTrue
(CMS <= 4.1.0) toFalse
.Projects which set
DJANGOCMS_VERSIONING_ENABLE_MENU_REGISTRATION
are not affected by this PR.Projects relying on the default setting will switch to the faster CMS Menu of the django CMS core if at least version 4.1.1 is installed.
Related resources
379
Checklist
master