8000 chore: Prepare new dev branch by fsbraun · Pull Request #8223 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

chore: Prepare new dev branch #8223

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 18 commits into from
May 21, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix typos
  • Lo 8000 ading branch information
fsbraun committed May 12, 2025
commit 752eee17c246abd78e41ea0abf63df845e8383ba
6 changes: 3 additions & 3 deletions docs/upgrade/5.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ Use `static aliases <https://github.com/django-cms/djangocms-alias>`_ instead.

* The ``static_placeholder`` template tag has been removed.

Placehoders
-----------
Placeholders
------------

* ``PlaceholderField`` has been removed from ``cms.fields``. Use :class:`~cms.models.fields.PlaceholderRelationField` in conjunction with
:meth:`~cms.utils.placeholder.get_placeholder_from_slot` instead (also see :ref:`placeholders_outside_cms`).

* ``PlaceholderAdminMixin`` has been removed from ``cms.admin``. It is not needed anymore and can be savely removed from your code.
* ``PlaceholderAdminMixin`` has been removed from ``cms.admin``. It is not needed anymore and can be safely removed from your code.

* A placeholder's ``actions`` property (deprecated in django CMS 5) has been removed. This also includes the removal of the two classes
``cms.utils.placeholder.PlaceholderNoAction`` and ``cms.utils.placeholder.MLNGPlaceholderActions``. If you need these classes,
Expand Down
Loading
0