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-attributes-field
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: django-cms/djangocms-attributes-field
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 29 files changed
  • 5 contributors

Commits on Nov 19, 2024

  1. feat: Add form field validation from model field (#56)

    * Add pypi actions
    
    * bump version
    
    * feat: Move field validation to form field
    
    * Bump version
    
    * Fix syntax error in test action
    
    * For action fixes
    
    * Update pypi actions
    fsbraun authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fe68d29 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Delete deprecated argument (#42)

    * Delete deprecated argument
    
    * Adds conditional assignment of function from_db_value depending on django version
    
    * Cleaner solution
    
    * Add django version code and import
    
    * Change util to relative import
    
    ---------
    
    Co-authored-by: Juan Alfaro <juan@addgene.org>
    jfalfaro and Juan Alfaro authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ebae665 View commit details
    Browse the repository at this point in the history
  2. Feat/better compatibility and update ci cd (#57)

    * chore: remove DJANGO_2_2 reference since it is EOL now
    
    * feat: update github actions
    
    These github actions has some outdated actions. This updates them to the
    latest available . Also, Python3.12 is the standard now
    
    * fix: cleanup lint issue and also upgrade pyproject
    
    * fix: tests and issues with CI builds
    
    * fix: remove the option context arg as Django 2.2 is EOL
    
    ---------
    
    Co-authored-by: Vinit Kumar <vinit@django-cms.org>
    vinitkumar authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    47864a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. feat: CSP support (#58)

    * Add pypi actions
    
    * bump version
    
    * feat: CSP support
    
    * Update test requirements
    
    * Update djangocms_attributes_field/widgets.py
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update test requirements
    
    * Bump version
    
    * Add media property
    
    * Fix linitng
    
    * Add tests
    
    ---------
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    fsbraun and sourcery-ai[bot] authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    41d95f8 View commit details
    Browse the repository at this point in the history
Loading