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/django-cms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.6
Choose a base ref
...
head repository: django-cms/django-cms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.7
Choose a head ref
  • 13 commits
  • 76 files changed
  • 6 contributors

Commits on May 6, 2025

  1. fix: Remove text decorations in page tree introduced by django 5.2 (#…

    …8214)
    
    * fix: Remove text decorations in page tree introduced by django 5.2
    
    * Update cms/static/cms/sass/components/pagetree/_tree.scss
    
    * Fix: Update action buttons
    fsbraun committed May 6, 2025
    Configuration menu
    Copy the full SHA
    56b75e1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

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

Commits on May 15, 2025

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

Commits on Jun 18, 2025

  1. fix: Add default_auto_field to cms/apps.py (#8254)

    * fix: Add `default_auto_field` to cms/apps.py
    
    * Add default_autofield to `menus.apss`
    fsbraun committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    14425d2 View commit details
    Browse the repository at this point in the history
  2. add only('pk') where to get old_placeholders (#8249)

    Co-authored-by: keni <v-keni@kexp.org>
    Co-authored-by: Fabian Braun <fsbraun@gmx.de>
    3 people committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    b5b7f30 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. fix: Allow lazy wizard initialization (#8265)

    * fix: Allow lazy wizard initialization
    
    * Update cms/cms_toolbars.py
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update cms/cms_config.py
    
    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] committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    c5dd35e View commit details
    Browse the repository at this point in the history
  2. fix: Wizard pool depr message

    fsbraun committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    6c8704e View commit details
    Browse the repository at this point in the history
  3. Update wizard_pool.py

    fsbraun authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    721e75a View commit details
    Browse the repository at this point in the history
  4. fix: Allow lazy wizard initialization (#8267)

    * fix: Wizard pool depr message
    
    * fix: Add hash method to FizzyInt for testing
    
    * fix: Grouper admin raised AttributeError when used outside the admin views (#8067)
    
    * Fix: GrouperModelAdmin raised an AttributeError if used outside the admin app
    
    * Fixed: Page.__str__ returns page title with admin_manager
    
    * feat: Format `Page.__str__` as "My title (/path/to/page/)"
    
    * Update tests for new str method of Page
    
    * Simplify str
    
    ---------
    
    Co-authored-by: Github Release Action <info@django-cms.org>
    Co-authored-by: Vinit Kumar <mail@vinitkumar.me>
    
    * fix: Grouper admin raised AttributeError when used outside the admin views (#8067)
    
    * Fix: GrouperModelAdmin raised an AttributeError if used outside the admin app
    
    * Fixed: Page.__str__ returns page title with admin_manager
    
    * feat: Format `Page.__str__` as "My title (/path/to/page/)"
    
    * Update tests for new str method of Page
    
    * Simplify str
    
    ---------
    
    Co-authored-by: Github Release Action <info@django-cms.org>
    Co-authored-by: Vinit Kumar <mail@vinitkumar.me>
    
    * Fix linting error
    
    * Update node dependencies
    
    * Add missing import
    
    ---------
    
    Co-authored-by: Github Release Action <info@django-cms.org>
    Co-authored-by: Vinit Kumar <mail@vinitkumar.me>
    3 people authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    04003bb View commit details
    Browse the repository at this point in the history
  5. fix: Update deprecation warning to current version numbers (#8269)

    * fix: Update deprecation warning to current version numbers
    
    * Remove autogenerated docs
    fsbraun authored Jun 28, 2025
    Configuration menu
    Copy the full SHA
    ce2dba0 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. fix: show_placeholder did not respect edit/preview mode and failed lo…

    …udly (#8273)
    
    * fix: show_placeholder did not respect edit/preview mode and failed loudly (#8272)
    
    * fix: show_placeholder tag
    
    * Add test
    
    * Use current_content
    
    * fix: test names switched
    
    * Better naming inside test
    
    * fix: docs
    
    * Update docs/requirements.txt
    
    * Fix django_settings for docs
    
    * Update package.json
    fsbraun authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    c062968 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2025

  1. chore: Prepare release 4.1.7 (#8275)

    * [4.1.7 release process] Bumped version to 4.1.7
    
    * [4.1.7 release process] compilemessages
    
    * [4.1.7 release process] compiling new static files
    
    * [4.1.7 release process] updating latest docs
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Github Release Action <info@django-cms.org>
    fsbraun and Github Release Action authored Jul 6, 2025
    Configuration menu
    Copy the full SHA
    f07f878 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. fix: Allow lazy wizard initialization (#8266) (#8283)

    * fix: Allow lazy wizard initialization (#8266)
    
    * fix: Allow lazy wizard initialization (#8265)
    
    * fix: Allow lazy wizard initialization
    
    * Update cms/cms_toolbars.py
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update cms/cms_config.py
    
    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>
    
    * feat: add "clear_wizard_cache"
    
    * fix: Wizard pool depr message
    
    * Update wizard_base.py
    
    * fix  linting
    
    ---------
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update changelog
    
    * fix merge error
    
    * consistent deprecation warning
    
    ---------
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    fsbraun and sourcery-ai[bot] authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    6044492 View commit details
    Browse the repository at this point in the history
Loading