diff options
Diffstat (limited to 'docs/topics/rest-framework-2-announcement.md')
| -rw-r--r-- | docs/topics/rest-framework-2-announcement.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/topics/rest-framework-2-announcement.md b/docs/topics/rest-framework-2-announcement.md index f1060d90..a7746932 100644 --- a/docs/topics/rest-framework-2-announcement.md +++ b/docs/topics/rest-framework-2-announcement.md @@ -8,7 +8,7 @@ What it is, and why you should care.  --- -**Announcement:** REST framework 2 released - Tue 30th Oct 2012  +**Announcement:** REST framework 2 released - Tue 30th Oct 2012  --- @@ -37,7 +37,7 @@ REST framework 2 includes a totally re-worked serialization engine, that was ini  * A declarative serialization API, that mirrors Django's `Forms`/`ModelForms` API.  * Structural concerns are decoupled from encoding concerns.  * Able to support rendering and parsing to many formats, including both machine-readable representations and HTML forms. -* Validation that can be mapped to obvious and comprehensive error responses.  +* Validation that can be mapped to obvious and comprehensive error responses.  * Serializers that support both nested, flat, and partially-nested representations.  * Relationships that can be expressed as primary keys, hyperlinks, slug fields, and other custom representations. | 
