8000 Version 2.2.2 · corentinl/django-rest-framework@cdf7c77 · GitHub
[go: up one dir, main page]

Skip to content

Commit cdf7c77

Browse files
committed
Version 2.2.2
1 parent 5422eed commit cdf7c77

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line n 8000 umberDiff line change
@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 2.2.x series
4242

43-
### Master
43+
### 2.2.2
44+
45+
**Date**: 6th March 2013
4446

4547
* Support for custom input and output formats for `DateField`, `DateTimeField` and `TimeField`.
4648
* Cleanup: Request authentication is no longer lazily evaluated, instead authentication is always run, which results in more consistent, obvious behavior. Eg. Supplying bad auth credentials will now always return an error response, even if no permissions are set on the view.

rest_framework/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
__version__ = '2.2.1'
1+
__version__ = '2.2.2'
22

33
VERSION = __version__ # synonym
44

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

8-
# Default input and output format
8+
# Default datetime input and output formats
99
ISO_8601 = 'iso-8601'

0 commit comments

Comments
 (0)
0