sbdchd / django-types

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

Improve types around template rendering #258

Closed noelleleigh closed 1 month ago

noelleleigh commented 1 month ago

Big improvements here are:

Other changes include reducing repetition, adding more specific Template types for the different backends, using more generic Mapping type instead of dict for template contexts.