django-rest-framework/rest_framework/__init__.py

7 lines
126 B
Python
Raw Normal View History

2013-01-27 00:59:15 +04:00
__version__ = '2.1.17'
VERSION = __version__ # synonym
2013-02-01 18:03:28 +04:00
# Header encoding (see RFC5987)
HTTP_HEADER_ENCODING = 'iso-8859-1'