Skip to content

Django 4.0 compatibility #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pykita
Copy link

@pykita pykita commented Jun 20, 2025

This PR should fix the Django 4.0 incompatibility issues

pykita and others added 2 commits June 20, 2025 10:45
- 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 <[email protected]>
- 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 <[email protected]>
Copy link

@matt-dalton matt-dalton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well done!

Copy link

@high-performance-hery high-performance-hery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

subtle

@pykita pykita closed this Jun 20, 2025
@pykita pykita reopened this Jun 20, 2025
Copy link

@mark-carrington mark-carrington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants