typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
452 stars 118 forks source link

Fix `ModelSerializer.build_*_field()` argument types #609

Closed intgr closed 6 months ago

intgr commented 6 months ago

The model_class= argument is a type of Model, not instance.