sbdchd / django-types

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

django/test/utils.py polish #213

Closed noelleleigh closed 8 months ago

noelleleigh commented 9 months ago

This PR improves the types in django/test/utils.py and fixes overide_settings.decorate_class cloaking the type of the decorated class.

See commits for the specific changes.