diff options
| author | Tom Christie | 2013-11-15 13:55:02 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-11-15 13:55:02 +0000 | 
| commit | 1d1b2f765cbf3a56c677c44eee99260c8979a0a0 (patch) | |
| tree | 2af29cb19fd9ff1b37af44ade2ba20717322314c /docs/topics | |
| parent | 134ffd96a14559f3a1ff4e5210c8718fb4bff9b1 (diff) | |
| download | django-rest-framework-1d1b2f765cbf3a56c677c44eee99260c8979a0a0.tar.bz2 | |
Version 2.3.9
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 13 | 
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 3df8869a..6c1447d5 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -40,10 +40,21 @@ You can determine your currently installed version using `pip freeze`:  ## 2.3.x series -### Master +### 2.3.9 +**Date**: 15th November 2013 + +* Fix Django 1.6 exception API compatibility issue caused by `ValidationError`. +* Include errors in HTML forms in browsable API.  * Added JSON renderer support for numpy scalars. +* Added `transform_<fieldname>` hooks on serializers for easily modifying field output.  * Added `get_context` hook in `BrowsableAPIRenderer`. +* Allow serializers to be passed `files` but no `data`. +* `HTMLFormRenderer` now renders serializers directly to HTML without needing to create an intermediate form object. +* Added `get_filter_backends` hook. +* Added queryset aggregates to allowed fields in `OrderingFilter`. +* Bugfix: Fix decimal suppoprt with `YAMLRenderer`. +* Bugfix: Fix submission of unicode in browsable API through raw data form.  ### 2.3.8  | 
