mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
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…
x
Reference in New Issue
Block a user