mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +03:00
fix(statuses): Add HTTP 510 Not Extended
See https://tools.ietf.org/html/rfc2774#section-7
This commit is contained in:
parent
0d0e7c3ae0
commit
744544ac87
|
@ -78,4 +78,5 @@ HTTP_503_SERVICE_UNAVAILABLE = 503
|
|||
HTTP_504_GATEWAY_TIMEOUT = 504
|
||||
HTTP_505_HTTP_VERSION_NOT_SUPPORTED = 505
|
||||
HTTP_507_INSUFFICIENT_STORAGE = 507
|
||||
HTTP_510_NOT_EXTENDED = 510
|
||||
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511
|
||||
|
|
Loading…
Reference in New Issue
Block a user