mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Add HTTP 308 Permanent Redirect (#6693)
This commit is contained in:
parent
db37512a6e
commit
0d0e7c3ae0
|
@ -45,6 +45,7 @@ HTTP_304_NOT_MODIFIED = 304
|
|||
HTTP_305_USE_PROXY = 305
|
||||
HTTP_306_RESERVED = 306
|
||||
HTTP_307_TEMPORARY_REDIRECT = 307
|
||||
HTTP_308_PERMANENT_REDIRECT = 308
|
||||
HTTP_400_BAD_REQUEST = 400
|
||||
HTTP_401_UNAUTHORIZED = 401
|
||||
HTTP_402_PAYMENT_REQUIRED = 402
|
||||
|
|
Loading…
Reference in New Issue
Block a user