mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-20 02:41:16 +08:00
* Set type of default `django.core.cache` to `BaseCache` - The previous type `ConnectionProxy` is just a proxy class, thus revealing `Any` for _all_ cache methods * fixup! Set type of default `django.core.cache` to `BaseCache`