sbdchd / django-types

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

Improve django.forms #221

Closed noelleleigh closed 8 months ago

noelleleigh commented 8 months ago

A collection of small improvements to the django.forms.forms and django.forms.boundfield modules. The most impactful change is declaring BaseForm.cleaned_data to be a dict.

The other changes are described in the commit messages.