1
0
mirror of https://github.com/django/django.git synced 2025-04-19 06:44:36 +00:00

[1.7.x] Added HTTP 308 status and its description.

Backport of 97adfc2bf8 from master
This commit is contained in:
Yazhong Liu 2014-06-20 22:23:37 +08:00 committed by Tim Graham
parent 6e5a736752
commit 33403790e6

View File

@ -42,6 +42,7 @@ REASON_PHRASES = {
305: 'USE PROXY',
306: 'RESERVED',
307: 'TEMPORARY REDIRECT',
308: 'PERMANENT REDIRECT',
400: 'BAD REQUEST',
401: 'UNAUTHORIZED',
402: 'PAYMENT REQUIRED',