typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
439 stars 115 forks source link

Fixed `ModelSerializer.build_standard_field(model_field=)` parameter typing #541

Closed noamkush closed 6 months ago

noamkush commented 7 months ago

This fixes the annotation for ModelSerializer.build_standard_field which takes the field instance and not the type.