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: 3.11.9
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: 3.11.10
Choose a head ref
  • 3 commits
  • 36 files changed
  • 4 contributors

Commits on Jan 8, 2025

  1. fix: Remove deprecated get_storage_class import from cms.utils (#…

    …8102)
    
    * fix: Move `get_storage_class` to lazy object
    
    * Create test requirement for django-5.1.txt
    
    * Update test.yml
    
    * fix: Replace get_storage_class by import_string
    
    * Update setup.cfg to pin Django to <5.2
    
    * Run tests with Postgres 13
    
    * Update trove classifiers
    
    * Add output_field to Concat
    fsbraun authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    31f80c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

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

Commits on Apr 5, 2025

  1. chore: Prepare release 3.11.10 (#8198)

    * [3.11.10 release process] Bumped version to 3.11.10
    
    * [3.11.10 release process] compilemessages
    
    * [3.11.10 release process] compiling new static files
    
    * [3.11.10 release process] updating latest docs
    
    * Update changelog
    
    * Update docs/upgrade/3.11.10.rst
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update CHANGELOG.rst
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Github Release Action <info@django-cms.org>
    Co-authored-by: Vinit Kumar <mail@vinitkumar.me>
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    4 people authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    b0b97c6 View commit details
    Browse the repository at this point in the history
Loading