djangorestframework-types
djangorestframework-types copied to clipboard
missing http status codes
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.