Skip to content

Commit 08e7066

Browse files
committed
Update docs
1 parent 7f8dc7f commit 08e7066

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

docs/api/settings.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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``

docs/upgrade/2.4.0.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)