django-rest-framework/rest_framework/__init__.py
2013-03-01 16:50:18 +01:00

9 lines
180 B
Python

__version__ = '2.2.1'
VERSION = __version__ # synonym
# Header encoding (see RFC5987)
HTTP_HEADER_ENCODING = 'iso-8859-1'
# Default input and output format
ISO8601 = 'iso-8601'