mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Version 2.3.6
This commit is contained in:
parent
124ae8c2c8
commit
7ba2f44a0f
|
@ -40,13 +40,15 @@ You can determine your currently installed version using `pip freeze`:
|
|||
|
||||
## 2.3.x series
|
||||
|
||||
### Master
|
||||
### 2.3.6
|
||||
|
||||
**Date**: 27th June 2013
|
||||
|
||||
* Added `trailing_slash` option to routers.
|
||||
* Include support for `HttpStreamingResponse`.
|
||||
* Support wider range of default serializer validation when used with custom model fields.
|
||||
* UTF-8 Support for browsable API descriptions.
|
||||
* OAuth2 provider usez timezone aware datetimes when supported.
|
||||
* OAuth2 provider uses timezone aware datetimes when supported.
|
||||
* Bugfix: Return error correctly when OAuth non-existent consumer occurs.
|
||||
* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg.
|
||||
* Bugfix: Fix `ScopedRateThrottle`.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = '2.3.5'
|
||||
__version__ = '2.3.6'
|
||||
|
||||
VERSION = __version__ # synonym
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user