djangorestframework-types icon indicating copy to clipboard operation
djangorestframework-types copied to clipboard

missing http status codes

Open fledman opened this issue 2 years ago • 0 comments

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.

fledman avatar Oct 18 '23 16:10 fledman