aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/2.3-announcement.md
diff options
context:
space:
mode:
authorStephan Groß2013-05-28 07:39:56 -0700
committerStephan Groß2013-05-28 07:39:56 -0700
commitf6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e (patch)
treea1c18df58b9b8ae459d1c36ff083855e6c942844 /docs/topics/2.3-announcement.md
parent22e1950e1cca237e6edeea3ddc9c798b975c6183 (diff)
parent8f35ac4f93c608eaced3f48a46e8922104e09182 (diff)
downloaddjango-rest-framework-f6d7f54fc15ed3bb97b1d97ff1ecaf99e933660e.tar.bz2
Merge pull request #897 from pborreli/typos
Fixed typos
Diffstat (limited to 'docs/topics/2.3-announcement.md')
-rw-r--r--docs/topics/2.3-announcement.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/2.3-announcement.md b/docs/topics/2.3-announcement.md
index 4df9c819..d51037b7 100644
--- a/docs/topics/2.3-announcement.md
+++ b/docs/topics/2.3-announcement.md
@@ -51,7 +51,7 @@ This improvement is reflected in improved documentation for the `GenericAPIView`
## Easier Serializers
-REST framework lets you be totally explict regarding how you want to represent relationships, allowing you to choose between styles such as hyperlinking or primary key relationships.
+REST framework lets you be totally explicit regarding how you want to represent relationships, allowing you to choose between styles such as hyperlinking or primary key relationships.
The ability to specify exactly how you want to represent relationships is powerful, but it also introduces complexity. In order to keep things more simple, REST framework now allows you to include reverse relationships simply by including the field name in the `fields` metadata of the serializer class.