Skip to content

Fixed incompatibility with django-redis >= 4.12.0 #462

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

Merged
merged 1 commit into from
Jun 9, 2025

Conversation

ulgens
Copy link
Member

@ulgens ulgens commented Jun 8, 2025

Fixed bug caused by trying to use global level logger variable from django_redis.cache that has been moved to django_redis.cache.RedisCache instance attribute since django_redis 4.12.0 release.

Formatted version of #416

Depends on

@ulgens ulgens marked this pull request as draft June 8, 2025 13:43
Fixed bug caused by trying to use global level logger variable from django_redis.cache that has been moved to django_redis.cache.RedisCache instance attribute since django_redis 4.12.0 release.

Co-authored-by: rzelazo <62251572+rzelazo@users.noreply.github.com>
@ulgens ulgens force-pushed the django-redis-uper-bound branch from 4e0cf4b to c22887b Compare June 8, 2025 18:56
@ulgens ulgens marked this pull request as ready for review June 8, 2025 18:57
@asherf asherf merged commit 6294d0b into django-commons:master Jun 9, 2025
5 checks passed
@ulgens ulgens deleted the django-redis-uper-bound branch June 9, 2025 12:32
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.

2 participants