aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/__init__.py
blob: 80e2c4107773dcf667e947a2ce0be0efe512e6ab (plain)
1
2
3
4
5
6
__version__ = '2.1.17'

VERSION = __version__  # synonym

# Header encoding (see RFC5987)
HTTP_HEADER_ENCODING = 'iso-8859-1'