diff options
| author | Tom Christie | 2013-06-14 15:40:20 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-06-14 15:40:20 +0100 |
| commit | ef38886fe8379c8bea318f7a6aa000a3ae85db51 (patch) | |
| tree | 8d2f81ec4e4974511405404b464b6e1a37e47ab0 /docs/topics/release-notes.md | |
| parent | 52298480c2966b0a155a1e564fd2f1f594a50cae (diff) | |
| download | django-rest-framework-ef38886fe8379c8bea318f7a6aa000a3ae85db51.tar.bz2 | |
Update release notes
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 9ac51f42..f49dd5c8 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,6 +40,14 @@ You can determine your currently installed version using `pip freeze`: ## 2.3.x series +### Master + +* Added `trailing_slash` option to routers. +* Support wider range of default serializer validation when used with custom model fields. +* Bugfix: Return error correctly when OAuth non-existent consumer occurs. +* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg. +* Bugfix: Fix `ScopedRateThrottle`. + ### 2.3.5 **Date**: 3rd June 2013 |
