mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +03:00
fix(statuses): Add HTTP 506 Variant Also Negotiates
See https://tools.ietf.org/html/rfc2295#section-8.1
This commit is contained in:
parent
0d0e7c3ae0
commit
75d6d4b51d
|
@ -77,5 +77,6 @@ HTTP_502_BAD_GATEWAY = 502
|
|||
HTTP_503_SERVICE_UNAVAILABLE = 503
|
||||
HTTP_504_GATEWAY_TIMEOUT = 504
|
||||
HTTP_505_HTTP_VERSION_NOT_SUPPORTED = 505
|
||||
HTTP_506_VARIANT_ALSO_NEGOTIATES = 506
|
||||
HTTP_507_INSUFFICIENT_STORAGE = 507
|
||||
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511
|
||||
|
|
Loading…
Reference in New Issue
Block a user