sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
188 stars 62 forks source link

Allow `Any` in upload_to callback #119

Closed last-partizan closed 2 years ago

last-partizan commented 2 years ago

Any for upload_to is more useful, as it allows to specify concrete type in callback without triggering error.