1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-03-12 07:55:48 +03:00
django-rest-framework/rest_framework/__init__.py
2013-02-22 20:47:41 +00:00

7 lines
125 B
Python

__version__ = '2.2.1'
VERSION = __version__ # synonym
# Header encoding (see RFC5987)
HTTP_HEADER_ENCODING = 'iso-8859-1'