8000 Removed outdated deprecation notes in docs. by sir-sigurd · Pull Request #6128 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Removed outdated deprecation notes in docs. #6128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Removed/updated outdated deprecation notes in docs.
  • Loading branch information
8000
sir-sigurd committed Dec 18, 2017
commit e25dcb153c2567c55e233646fb2d7d8dd3dc4e2a
4 changes: 0 additions & 4 deletions docs/how_to/apphooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ The basics of apphook creation

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

.. note:: Up to version 3.1 this module was named ``cms_app.py`` - please
update your existing modules to the new naming convention.
Support for the old name will be removed in version 3.4.

The file needs to contain a :class:`CMSApp <cms.app_base.CMSApp>` sub-class. For example::

from cms.app_base import CMSApp
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/menus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Create a ``cms_menus.py`` in your application, with the following::

.. note:: Up to version 3.1 this module was named ``menu.py``. Please
update your existing modules to the new naming convention.
Support for the old name will be removed in version 3.4.
Support for the old name will be removed in version 3.5.

If you refresh a page you should now see the menu entries above.
The ``get_nodes`` function should return a list of
Expand Down
4 changes: 0 additions & 4 deletions docs/how_to/toolbar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ A simple example, registering a class that does nothing::
pass


.. note:: Up to version 3.1 the module was named ``cms_toolbar.py``. Please
update your existing modules to the new naming convention.
Support for the old name will be removed in version 3.4.

.. warning::

As the toolbar passed to ``post_template_populate`` has been already populated with items from
Expand Down
0