mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
10 lines
192 B
Python
10 lines
192 B
Python
__version__ = '2.3.8'
|
|
|
|
VERSION = __version__ # synonym
|
|
|
|
# Header encoding (see RFC5987)
|
|
HTTP_HEADER_ENCODING = 'iso-8859-1'
|
|
|
|
# Default datetime input and output formats
|
|
ISO_8601 = 'iso-8601'
|