sbdchd / django-types

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

Update the return type of bulk_update from None to int #167

Closed paulzakin closed 1 year ago

paulzakin commented 1 year ago

This aligns the library with the Django documentation

Also added support for validate_constraints in full_clean

Resolves #166

sbdchd commented 1 year ago

Thank you for the fix!