mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 01:49:50 +03:00
fix(statuses): Add HTTP 510 Not Extended
See https://tools.ietf.org/html/rfc2774#section-7
This commit is contained in:
parent
679fce48c3
commit
1c653ce565
|
@ -84,4 +84,5 @@ HTTP_506_VARIANT_ALSO_NEGOTIATES = 506
|
|||
HTTP_507_INSUFFICIENT_STORAGE = 507
|
||||
HTTP_508_LOOP_DETECTED = 508
|
||||
HTTP_509_BANDWIDTH_LIMIT_EXCEEDED = 509
|
||||
HTTP_510_NOT_EXTENDED = 510
|
||||
HTTP_511_NETWORK_AUTHENTICATION_REQUIRED = 511
|
||||
|
|
Loading…
Reference in New Issue
Block a user