Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-cms/djangocms-versioning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc84fec
Choose a base ref
...
head repository: django-cms/djangocms-versioning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 695447e
Choose a head ref
  • 2 commits
  • 31 files changed
  • 2 contributors

Commits on Jul 7, 2025

  1. feat: Auto-add versioning mixing to GrouperAdmin (#472)

    * feat: Auto-add state indicator and versioning mixin to grouper admin
    
    * add docstring
    
    * fix: add can_change_content method
    
    * add some type hints
    
    * Remove inline JS code for django CMS 5
    
    * Fix ruff issues
    
    * update testing requirements
    
    * Add tests
    
    * Fix ruff
    
    * Fix tests for djangocms_text
    
    * Update test action
    
    * Run tests with py3.12
    
    * Update docs
    
    * updarte docs
    
    * Update readme
    
    * Update readme 2
    
    * Update docs
    
    * Update tests
    
    * Fix pyproject.toml
    
    * Fix tests
    
    * Update docs
    
    * Update docs
    
    * Update docs
    
    * fix readme typo
    
    * Update djangocms_versioning/helpers.py
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * typo
    
    * Fix: Remove menu registration from 5.x tests
    
    * Update conf
    
    ---------
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    fsbraun and sourcery-ai[bot] authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    967ab4d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. chore: Prepare release 2.4.0 (#473)

    * Update CHANGELOG.rst
    
    * Update CHANGELOG.rst
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    fsbraun and sourcery-ai[bot] authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    695447e View commit details
    Browse the repository at this point in the history
Loading