diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-03-29 13:44:38 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-03-29 13:44:38 -0400 |
| commit | da614d3ce670cf262e4cd06f9ee9f0558b96d2b0 (patch) | |
| tree | 7997be1b0cb405fbe2923781e65e4da00debb65e /webob/util.py | |
| parent | 6b9f6576a4bc006f94cadcd3e3b9c6660d656b97 (diff) | |
| download | webob-da614d3ce670cf262e4cd06f9ee9f0558b96d2b0.tar.gz | |
Add code -> reason entry for 450.
Diffstat (limited to 'webob/util.py')
| -rw-r--r-- | webob/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webob/util.py b/webob/util.py index 6b02bb0..655c194 100644 --- a/webob/util.py +++ b/webob/util.py @@ -112,6 +112,7 @@ status_reasons = { 426: 'Upgrade Required', 428: 'Precondition Required', 429: 'Too Many Requests', + 451: 'Unavailable for Legal Reasons', 431: 'Request Header Fields Too Large', # Server Error |
