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: 2.2.1
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: 2.3.1
Choose a head ref
  • 12 commits
  • 34 files changed
  • 4 contributors

Commits on Mar 7, 2025

  1. feat: Improve default copy method to also copy placeholders and plugi…

    …ns (#345)
    
    * feat: Let default_copy also copy PlaceholderRelationFields
    
    * Clarify comment
    
    * Call copy_relations if it exists in verisioned model
    
    * Update tests
    
    * Fix indent
    
    * Fix test
    
    * Update page content copy
    
    * Fix creation_date for page content
    
    * Fix linting issues
    
    * More ruff fixes
    
    * fix test
    
    * Update tests/test_datastructures.py
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Improve tests
    
    ---------
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    fsbraun and sourcery-ai[bot] authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    c755609 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Translate django.po in ru (#459)

    100% translated source file: 'django.po'
    on 'ru'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    ecef694 View commit details
    Browse the repository at this point in the history
  2. Add compile russian locale

    fsbraun committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    c6a54e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. fix: Only show language menu for more than one language (#457)

    * Only show language menu for more than one language
    
    * fix ruff issues
    fsbraun authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    1b4dbfc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2025

  1. Translate django.po in nl (#460)

    100% translated source file: 'django.po'
    on 'nl'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored Mar 23, 2025
    Configuration menu
    Copy the full SHA
    9b5a257 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. Translate django.po in sq (#463)

    100% translated source file: 'django.po'
    on 'sq'.
    
    Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
    transifex-integration[bot] authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    3d35df5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. build(deps): bump actions/cache from 4.2.2 to 4.2.3 (#462)

    Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4.2.2...v4.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Fabian Braun <fsbraun@gmx.de>
    dependabot[bot] and fsbraun authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    23f8f4e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. fix: Use consistent django colors for accent object tools (#464)

    * fix: Use consistent django colors for accent object tools
    
    * chore: Update tests for django CMS 5
    fsbraun authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a132204 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. chore: Remove deprecated django CMS references (#465)

    * chore: Remove legacy versioning menu
    
    * fix linting issue
    
    * Update test matrix
    
    * Fix test against CMS main branch
    
    * Test against latest postgres (for newer Django versions)
    
    * Reduce test runs
    
    * Update coverage rules
    
    * Move setup config to pyproject.toml
    
    * Add toml option to requirements
    fsbraun authored May 13, 2025
    Configuration menu
    Copy the full SHA
    bafc4e0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. chore: Prepare version 2.3.0 (#466)

    * Update README.rst
    
    * Update __init__.py
    
    * Update CHANGELOG.rst
    
    * Update __init__.py
    
    * Update README.rst
    
    * Update README.rst
    fsbraun authored May 15, 2025
    Configuration menu
    Copy the full SHA
    3091e41 View commit details
    Browse the repository at this point in the history
  2. build: Update publish scripts

    fsbraun committed May 15, 2025
    Configuration menu
    Copy the full SHA
    a851868 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. chore: Fix publish action (#468)

    * fix: Build config
    
    * add action
    
    * Reset action trigger
    
    * run action on PR
    
    * Update version and changelog
    fsbraun authored May 16, 2025
    Configuration menu
    Copy the full SHA
    4e3fb19 View commit details
    Browse the repository at this point in the history
Loading