aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-02-13 11:42:57 +0000
committerTom Christie2013-02-13 11:42:57 +0000
commit31f45907e559b379b662260032fdabaf7517db7f (patch)
tree11d5ef0284d7147107457f4032ecb01f1bcaa9e9
parent77db00f449d88ca701b82e9f1d9924b3cc026638 (diff)
downloaddjango-rest-framework-31f45907e559b379b662260032fdabaf7517db7f.tar.bz2
Kick travis. Meh.
-rw-r--r--rest_framework/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py
index 80e2c410..411e69a2 100644
--- a/rest_framework/__init__.py
+++ b/rest_framework/__init__.py
@@ -2,5 +2,6 @@ __version__ = '2.1.17'
VERSION = __version__ # synonym
+
# Header encoding (see RFC5987)
HTTP_HEADER_ENCODING = 'iso-8859-1'