diff options
| author | Tom Christie | 2013-05-07 13:29:38 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-05-07 13:29:38 +0100 | 
| commit | ed2cf180c961bb337c5d3ab7e5f74a1539c33ae4 (patch) | |
| tree | 1b39dafc49c9be3a0859e471642760d873a726c1 /docs/topics | |
| parent | 3353889ae85cc21890469cf00f7073d1ea5c2070 (diff) | |
| download | django-rest-framework-ed2cf180c961bb337c5d3ab7e5f74a1539c33ae4.tar.bz2 | |
Version 2.3.02.3.0
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index d77bebb0..56ee926c 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,6 +42,8 @@ You can determine your currently installed version using `pip freeze`:  ### 2.3.0 +**Date**: 7th May 2013 +  * ViewSets and Routers.  * ModelSerializers support reverse relations in 'fields' option.  * HyperLinkedModelSerializers support 'id' field in 'fields' option. @@ -49,6 +51,7 @@ You can determine your currently installed version using `pip freeze`:  * Support for multiple filter classes.  * FileUploadParser support for raw file uploads.  * DecimalField support. +* Made Login template easier to restyle.  * Bugfix: Fix issue with depth>1 on ModelSerializer.  **Note**: See the [2.3 announcement][2.3-announcement] for full details. @@ -57,10 +60,6 @@ You can determine your currently installed version using `pip freeze`:  ## 2.2.x series -### Master - -* Made Login template more easy to restyle. -  ### 2.2.7  **Date**: 17th April 2013  | 
