typeddjango / djangorestframework-stubs

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

Update Field constructor kwargs-only parameters #491

Closed intgr closed 11 months ago

intgr commented 11 months ago

I have made things!

The number of allowed positional parameters of Field class constructors was significantly reduced by DRF upstream, but some remain regardless.

Also correctly reordered arguments where positional args are allowed.

Related issues

intgr commented 11 months ago

Agreed, stubtest would help for sure and it's on my radar. I've assigned #434 to myself.

intgr commented 11 months ago

Marking as draft until #493 is merged.

intgr commented 11 months ago

Updated this PR.