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: gusdan/django-elasticache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: finimize/django-elasticache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 20, 2025

  1. Fix Django 4.0 compatibility issue

    - Fix InvalidCacheBackendError import location
    - Import from django.core.cache.backends.base instead of django.core.cache
    - This resolves compatibility issues with Django 4.0+
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    pykita and claude committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    4efdade View commit details
    Browse the repository at this point in the history
  2. Fix Django 4.0 smart_text compatibility issue

    - Replace smart_text with smart_str in cluster_utils.py
    - smart_text was deprecated and removed in Django 4.0
    - This completes the Django 4.0 compatibility fixes
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    pykita and claude committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    418f9a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. Merge pull request #1 from finimize/django-4.0-compatibility

    Django 4.0 compatibility
    pykita authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    5b859a4 View commit details
    Browse the repository at this point in the history
Loading