sbdchd / djangorestframework-types

:sunflower: Type stubs for Django Rest Framework
MIT License
37 stars 9 forks source link

missing http status codes #47

Open fledman opened 1 year ago

fledman commented 1 year ago

In django-rest-framework version 3.14.0, some new http status codes (102, 103, 421, 425) were added.

See this commit: https://github.com/encode/django-rest-framework/commit/5bea22f32179276596b4c8152616d54a735a5341

It would be ideal if status.pyi could be updated to reflect those additions.