sbdchd / django-types

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

Incorrect type of bulk_update #166

Closed paulzakin closed 1 year ago

paulzakin commented 1 year ago

Super useful library!

Quick feedback: It seems to have the return type of None when it should have int, according to the Django docs. Thanks!

Opened a PR for it: https://github.com/sbdchd/django-types/pull/167