typeddjango / djangorestframework-stubs

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

Initial stubtest testing with autogenerated allowlist #493

Closed intgr closed 1 year ago

intgr commented 1 year ago

Gives us much greater confidence that stubs match reality, going forward.

This is particularly relevant for when we need to upgrade to DRF 3.15 (any minute now! https://github.com/encode/django-rest-framework/pull/8794)

Related issues