Commit 494703fc by Tom Christie

Update release notes

parent 69e5e3cc
...@@ -45,6 +45,7 @@ You can determine your currently installed version using `pip freeze`: ...@@ -45,6 +45,7 @@ You can determine your currently installed version using `pip freeze`:
* Added `trailing_slash` option to routers. * Added `trailing_slash` option to routers.
* Include support for `HttpStreamingResponse`. * Include support for `HttpStreamingResponse`.
* Support wider range of default serializer validation when used with custom model fields. * Support wider range of default serializer validation when used with custom model fields.
* OAuth2 provider usez timezone aware datetimes when supported.
* Bugfix: Return error correctly when OAuth non-existent consumer occurs. * Bugfix: Return error correctly when OAuth non-existent consumer occurs.
* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg. * Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg.
* Bugfix: Fix `ScopedRateThrottle`. * Bugfix: Fix `ScopedRateThrottle`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment