mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-19 15:23:43 +03:00
10 lines
182 B
Python
10 lines
182 B
Python
__version__ = '2.2.1'
|
|
|
|
VERSION = __version__ # synonym
|
|
|
|
# Header encoding (see RFC5987)
|
|
HTTP_HEADER_ENCODING = 'iso-8859-1'
|
|
|
|
# Default input and output format
|
|
ISO_8601 = 'iso-8601'
|