Fabian Braun
Fabian Braun
## Description Improve versioned content admin changelist performance by caching and prefetching related content and versions while preserving existing behaviour. Enhancements: - Optimize grouper admin changelist queries by prefetching related...
## Description Add support for `params` argument of `get_object_live_url` introduced in https://github.com/django-cms/django-cms/pull/8444. This preserves GET parameters when clicking the "View published" button. Adds support for https://github.com/django-cms/django-cms/pull/8444 ## Related resources *...
Then using the `GrouperVersionAdminMixin` the state indicators create an N+1 issue
## Description Enable placeholders backed by published versions to expose metadata for creating a new draft when content is not directly editable. New Features: - Expose `new_draft` label, method, and...
## Description Add configurable deletion modes for versioned content to allow any deletions, block all deletions, or block only public version deletions; update deletion handlers, version string output, tests, and...
## Summary This proposal suggests several enhancements to improve the maintainability and usability of `djangocms-versioning`—particularly for managing old or unused versions and improving workflow efficiency on the page tree level....