diff options
| author | Tom Christie | 2013-03-06 12:29:56 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-03-06 12:29:56 +0000 | 
| commit | cdf7c778d828eaadfe14a39495f854903b10843a (patch) | |
| tree | b76b6fde90777acd61448f70573aea9d75eedad3 /rest_framework | |
| parent | 5422eedd0a3f97c9ac9e93645b4e94cdfbe07f0d (diff) | |
| download | django-rest-framework-cdf7c778d828eaadfe14a39495f854903b10843a.tar.bz2 | |
Version 2.2.22.2.2
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/__init__.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 14ab7ff0..2180c509 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,9 +1,9 @@ -__version__ = '2.2.1' +__version__ = '2.2.2'  VERSION = __version__  # synonym  # Header encoding (see RFC5987)  HTTP_HEADER_ENCODING = 'iso-8859-1' -# Default input and output format +# Default datetime input and output formats  ISO_8601 = 'iso-8601'  | 
