django-rest-framework/rest_framework/__init__.py

7 lines
125 B
Python
Raw Normal View History

2013-02-23 00:47:41 +04:00
__version__ = '2.2.1'
VERSION = __version__ # synonym
2013-02-01 18:03:28 +04:00
# Header encoding (see RFC5987)
HTTP_HEADER_ENCODING = 'iso-8859-1'