mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +03:00
fix(statuses): Add HTTP 226 IM Used
See https://tools.ietf.org/html/rfc3229#section-10.4.1
This commit is contained in:
parent
0d0e7c3ae0
commit
3187692893
|
@ -37,6 +37,7 @@ HTTP_204_NO_CONTENT = 204
|
|||
HTTP_205_RESET_CONTENT = 205
|
||||
HTTP_206_PARTIAL_CONTENT = 206
|
||||
HTTP_207_MULTI_STATUS = 207
|
||||
HTTP_226_IM_USED = 226
|
||||
HTTP_300_MULTIPLE_CHOICES = 300
|
||||
HTTP_301_MOVED_PERMANENTLY = 301
|
||||
HTTP_302_FOUND = 302
|
||||
|
|
Loading…
Reference in New Issue
Block a user