django-rest-framework/rest_framework/__init__.py

9 lines
180 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'
2013-03-01 19:24:25 +04:00
# Default input and output format
ISO8601 = 'iso-8601'