django-rest-framework/rest_framework/__init__.py

10 lines
192 B
Python
Raw Normal View History

2013-04-17 12:07:20 +04:00
__version__ = '2.2.7'
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
2013-03-06 16:29:56 +04:00
# Default datetime input and output formats
2013-03-06 16:19:39 +04:00
ISO_8601 = 'iso-8601'