typeddjango / django-stubs

PEP-484 stubs for Django
MIT License
1.52k stars 425 forks source link

cache's version can be Any #2219

Closed asottile closed 1 month ago

asottile commented 1 month ago

matches the annotation with default_key_func

in practice, we use a hexdigest for cache versioning which is forbidden by int but works fine at runtime