sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
202 stars 63 forks source link

ref(django): cache types to be more strict #47

Closed sbdchd closed 3 years ago

sbdchd commented 3 years ago

We may need to loosen these, but as a default they should work pretty well. Previously we typed the global cache as Any, but BaseCache should work and has the various methods defined as well.

https://github.com/sbdchd/django-types/issues/46