Xavier-Lam / django-cache-lock

A simple lock extension for django's cache.
MIT License
14 stars 9 forks source link

DefaultCacheProxy removed from Django 3.2 #4

Closed KPilnacek closed 3 years ago

KPilnacek commented 3 years ago

Upon testing the new Django, I stumbled across that DefaultCacheProxy (https://github.com/django/django/pull/9272/files#diff-08c0d636d56b6cc14f8268c913713817487830fa6c3ac60e1aeba9526e9b5793L73) went missing from Django 3.2. That in turn fails the import https://github.com/Xavier-Lam/django-cache-lock/blob/510384cbe71b9fd111a3bb2e7ab641563f3e54d2/django_lock.py#L11.

KPilnacek commented 3 years ago

Cool, @Xavier-Lam, thank you 🙏 for such a speedy fix.