File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed
Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,6 @@ Settings for djangocms Versioning
2323 deleted (if the user has the appropriate rights).
2424
2525
26- .. py :attribute :: DJANGOCMS_VERSIONING_ENABLE_MENU_REGISTRATION
27-
28- Defaults to ``True `` (for django CMS <= 4.1.0) and ``False ``
29- (for django CMS > 4.1.0)
30-
31- This settings specifies if djangocms-versioning should register its own
32- versioned CMS menu. This is necessary for CMS <= 4.1.0. For CMS > 4.1.0, the
33- django CMS core comes with a version-ready menu.
34-
35- The versioned CMS menu also shows draft content in edit and preview mode.
36-
37- Using the versioned CMS menu is deprecated and it is not compatible with django
38- CMS 5.1 or later.
39-
40-
4126.. py :attribute :: DJANGOCMS_VERSIONING_LOCK_VERSIONS
4227
4328 Defaults to ``False ``
Original file line number Diff line number Diff line change @@ -68,3 +68,11 @@ will cause the ``DefaultGrouperVersioningAdminMixin`` to be used:
6868 )
6969
7070
71+ Backwards incompatible changes in 2.0.0
72+ =======================================
73+
74+ CMS menu registration
75+ ---------------------
76+
77+ The `cms_menu.py ` and its menu logic - deprecated since version 2.3 - has been removed.
78+ Use the CMS menu provided by django CMS 4.1 and later instead.
You can’t perform that action at this time.
0 commit comments