Fix: Remove workaround for page-specific rendering #927
Annotations
2 errors
Ruff (PLR1714):
djangocms_versioning/plugin_rendering.py#L45
djangocms_versioning/plugin_rendering.py:45:8: PLR1714 Consider merging multiple comparisons: `cms_version in ("4.1.0", "4.1.1")`. Use a `set` if the elements are hashable.
|
ruff
Process completed with exit code 1.
|