Skip to content

Commit

Permalink
Added HTTP 308 status and its description.
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkie authored and timgraham committed Jun 20, 2014
1 parent 407d070 commit 97adfc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/http/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
305: 'USE PROXY',
306: 'RESERVED',
307: 'TEMPORARY REDIRECT',
308: 'PERMANENT REDIRECT',
400: 'BAD REQUEST',
401: 'UNAUTHORIZED',
402: 'PAYMENT REQUIRED',
Expand Down

0 comments on commit 97adfc2

Please sign in to comment.