mirror of https://github.com/django/django.git
Added an HTTP status code to Django's WSGI application that was missing (reason unknown).
This commit is contained in:
parent
7476d96f83
commit
ea3a378c22
|
@ -57,6 +57,7 @@ STATUS_CODE_TEXT = {
|
|||
415: 'UNSUPPORTED MEDIA TYPE',
|
||||
416: 'REQUESTED RANGE NOT SATISFIABLE',
|
||||
417: 'EXPECTATION FAILED',
|
||||
418: "I'M A TEAPOT",
|
||||
422: 'UNPROCESSABLE ENTITY',
|
||||
423: 'LOCKED',
|
||||
424: 'FAILED DEPENDENCY',
|
||||
|
|
Loading…
Reference in New Issue