Closed fsbraun closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.60%. Comparing base (
f90c5b2
) to head (0094662
). Report is 12 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
djangocms-versioning adds
default_checks
to placeholders to avoid changing content of published objects. The checks for locked versions were added for every versioned model, but only need adding once.This PR moves adding the check for locked versions from
cms_config.py
toapps.py
, where it is only done once.Related resources
394
...
Checklist
master