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.0
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: master
Choose a head ref
  • 7 commits
  • 20 files changed
  • 5 contributors

Commits on Feb 6, 2025

  1. feat: Pre-populate version.content cache when getting version object (

    #446)
    
    * feat: Pre-populate `version.content` cache when getting version for content
    
    * Update djangocms_versioning/models.py
    
    * Bump python to 3.12 for tests against latest Django
    
    * Use reverse cache
    
    * add page prefetch for view published button
    
    * remove lru_cache from toolbar (memory leak)
    
    * remove unused import
    
    * Undo unnecessary changes for outdated django CMS versions
    
    * Sort imports
    
    * fix: Language menu created twice
    
    * fix lint issues
    
    * Update djangocms_versioning/cms_toolbars.py
    fsbraun authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    734af77 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    f18b9d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. build(deps): bump actions/cache from 4.2.0 to 4.2.2 (#452)

    Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.2.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4.2.0...v4.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    6cd61a4 View commit details
    Browse the repository at this point in the history
  2. fix: Test compatibility with django CMS 5 (#453)

    * fix: Test compatibility with django CMS 5
    
    * Update tests/test_integration_with_core.py
    fsbraun authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    bf89036 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. fix: For headless mode, django CMS 5.0 adds preview buttons to all vi…

    …ews. Do not add again. (#455)
    
    * fix: For headless mode, django CMS 4.2 adds preview buttons to all views. Do not add again.
    
    * fix: sqlite build on django main
    
    Latest Django main will only support Python3.12+, so 3.11 won't work
    
    ---------
    
    Co-authored-by: Vinit kumar <[email protected]>
    fsbraun and vinitkumar authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    fee0650 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    7a5e73a View commit details
    Browse the repository at this point in the history

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
Loading