mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-25 11:33:43 +03:00
Version 2.3.0
This commit is contained in:
parent
3353889ae8
commit
ed2cf180c9
|
@ -42,6 +42,8 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
### 2.3.0
|
### 2.3.0
|
||||||
|
|
||||||
|
**Date**: 7th May 2013
|
||||||
|
|
||||||
* ViewSets and Routers.
|
* ViewSets and Routers.
|
||||||
* ModelSerializers support reverse relations in 'fields' option.
|
* ModelSerializers support reverse relations in 'fields' option.
|
||||||
* HyperLinkedModelSerializers support 'id' field 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.
|
* Support for multiple filter classes.
|
||||||
* FileUploadParser support for raw file uploads.
|
* FileUploadParser support for raw file uploads.
|
||||||
* DecimalField support.
|
* DecimalField support.
|
||||||
|
* Made Login template easier to restyle.
|
||||||
* Bugfix: Fix issue with depth>1 on ModelSerializer.
|
* Bugfix: Fix issue with depth>1 on ModelSerializer.
|
||||||
|
|
||||||
**Note**: See the [2.3 announcement][2.3-announcement] for full details.
|
**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
|
## 2.2.x series
|
||||||
|
|
||||||
### Master
|
|
||||||
|
|
||||||
* Made Login template more easy to restyle.
|
|
||||||
|
|
||||||
### 2.2.7
|
### 2.2.7
|
||||||
|
|
||||||
**Date**: 17th April 2013
|
**Date**: 17th April 2013
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = '2.2.7'
|
__version__ = '2.3.0'
|
||||||
|
|
||||||
VERSION = __version__ # synonym
|
VERSION = __version__ # synonym
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user