8000 Version 2.3.6 · matthiask/django-rest-framework@7ba2f44 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7ba2f44

Browse files
committed
Version 2.3.6
1 parent 124ae8c commit 7ba2f44

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/topics/release-notes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 2.3.x series
4242

43-
### Master
43+
### 2.3.6
44+
45+
**Date**: 27th June 2013
4446

4547
* Added `trailing_slash` option to routers.
4648
* Include support for `HttpStreamingResponse`.
4749
* Support wider range of default serializer validation when used with custom model fields.
4850
* UTF-8 Support for browsable API descriptions.
49-
* OAuth2 provider usez timezone aware datetimes when supported.
51+
* OAuth2 provider uses timezone aware datetimes when supported.
5052
* Bugfix: Return error correctly when OAuth non-existent consumer occurs.
5153
* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg.
5254
* Bugfix: Fix `ScopedRateThrottle`.

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.3.5'
1+
__version__ = '2.3.6'
22

33
VERSION = __version__ # synonym
44

0 commit comments

Comments
 (0)
0