8000 Removed outdated deprecation notes in docs. · django-cms/django-cms@a03ad20 · GitHub
[go: up one dir, main page]

Skip to content < 8000 div data-target="react-partial.reactRoot">

Commit a03ad20

Browse files
committed
Removed outdated deprecation notes in docs.
1 parent e382fc7 commit a03ad20

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

docs/how_to/apphooks.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ The basics of apphook creation
2222

2323
To create an apphook, create a ``cms_apps.py`` file in your application.
2424

25-
.. note:: Up to version 3.1 this module was named ``cms_app.py`` - please
26-
update your existing modules to the new naming convention.
27-
Support for the old name will be removed in version 3.4.
28-
2925
The file needs to contain a :class:`CMSApp <cms.app_base.CMSApp>` sub-class. For example::
3026

3127
from cms.app_base import CMSApp

docs/how_to/menus.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ Create a ``cms_menus.py`` in your application, with the following::
3939

4040
menu_pool.register_menu(TestMenu)
4141

42-
.. note:: Up to version 3.1 this module was named ``menu.py``. Please
43-
update your existing modules to the new naming convention.
44-
Support for the old name will be removed in version 3.4.
45-
4642
If you refresh a page you should now see the menu entries above.
4743
The ``get_nodes`` function should return a list of
4844
:class:`NavigationNode <menus.base.NavigationNode>` instances. A

docs/how_to/toolbar.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ A simple example, registering a class that does nothing::
7777
pass
7878

7979

80-
.. note:: Up to version 3.1 the module was named ``cms_toolbar.py``. Please
81-
update your existing modules to the new naming convention.
82-
Support for the old name will be removed in version 3.4.
83-
8480
.. warning::
8581

8682
As the toolbar passed to ``post_template_populate`` has been already populated with items from

0 commit comments

Comments
 (0)
0