mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +03:00
fix(statuses): Add HTTP 418 I'm a Teapot
See https://tools.ietf.org/html/rfc2324#section-2.3.2
This commit is contained in:
parent
db37512a6e
commit
ade447d5c8
|
@ -63,6 +63,7 @@ HTTP_414_REQUEST_URI_TOO_LONG = 414
|
|||
HTTP_415_UNSUPPORTED_MEDIA_TYPE = 415
|
||||
HTTP_416_REQUESTED_RANGE_NOT_SATISFIABLE = 416
|
||||
HTTP_417_EXPECTATION_FAILED = 417
|
||||
HTTP_418_I_AM_A_TEAPOT = 418
|
||||
HTTP_422_UNPROCESSABLE_ENTITY = 422
|
||||
HTTP_423_LOCKED = 423
|
||||
HTTP_424_FAILED_DEPENDENCY = 424
|
||||
|
|
Loading…
Reference in New Issue
Block a user