aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/rest-framework-2-announcement.md
diff options
context:
space:
mode:
authorJosé Padilla2014-10-31 13:03:39 -0400
committerDougal Matthews2014-11-25 12:44:11 +0000
commit200e0b17daecd07de6d1f9926a430d29b3ee948f (patch)
tree8a8ac43c96df3a46b6c59f9a15a19553c7fb0e47 /docs/topics/rest-framework-2-announcement.md
parent06683b86b2b15153df52fe481b5c4eeb489a80cf (diff)
downloaddjango-rest-framework-200e0b17daecd07de6d1f9926a430d29b3ee948f.tar.bz2
Clean up extra white space
Diffstat (limited to 'docs/topics/rest-framework-2-announcement.md')
-rw-r--r--docs/topics/rest-framework-2-announcement.md4
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.