typeddjango / djangorestframework-stubs

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

Fix ReturnDict and ReturnList __init__ signatures #452

Closed moosbruggerj closed 1 year ago

moosbruggerj commented 1 year ago

Fix __init__ signatures of ReturnDict and ReturnList

PR makes serializer argument in __init__ method of ReturnDict and ReturnList position only and otherwise includes list and dict type annotations from typeshed.

Related issues

intgr commented 1 year ago

Finally released in version 3.14.3