django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

fix: Remove workaround for page-specific rendering #411

Closed fsbraun closed 1 month ago

fsbraun commented 1 month ago

Description

Once, https://github.com/django-cms/django-cms/pull/7924 is merged, the work-around for page-specific rendering is not needed any more. This reactivates the {% placeholder "my_placeholder" inherit %} functionality.

Fixes #410.

Requires tests to be added.

Related resources

Checklist