File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,15 @@ You can determine your currently installed version using `pip freeze`:
40
40
41
41
## 2.3.x series
42
42
43
- ### Master
43
+ ### 2.3.6
44
+
45
+ ** Date** : 27th June 2013
44
46
45
47
* Added ` trailing_slash ` option to routers.
46
48
* Include support for ` HttpStreamingResponse ` .
47
49
* Support wider range of default serializer validation when used with custom model fields.
48
50
* 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.
50
52
* Bugfix: Return error correctly when OAuth non-existent consumer occurs.
51
53
* Bugfix: Allow ` FileUploadParser ` to correctly filename if provided as URL kwarg.
52
54
* Bugfix: Fix ` ScopedRateThrottle ` .
Original file line number Diff line number Diff line change 1
- __version__ = '2.3.5 '
1
+ __version__ = '2.3.6 '
2
2
3
3
VERSION = __version__ # synonym
4
4
You can’t perform that action at this time.
0 commit comments