typeddjango / djangorestframework-stubs

PEP-484 stubs for django-rest-framework
MIT License
453 stars 117 forks source link

Fix `SlugRelatedField.to_representation()` parameter name #632

Closed DongwookKim0823 closed 4 months ago

DongwookKim0823 commented 4 months ago

I have made things!

Fixes an inconsistency in SlugRelatedField.to_representation() parameter name from value to obj.

Related issues

Upstream PR