aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2015-02-06 00:25:03 +0000
committerTom Christie2015-02-06 00:25:03 +0000
commit09488ad4da321f5f15d6e3df348869b8f2116b4a (patch)
tree22e56427e810436000fcf05a47a5c63da30d898f /docs
parent1fdfea275844acbbb81c3af7db88375af70d252b (diff)
downloaddjango-rest-framework-09488ad4da321f5f15d6e3df348869b8f2116b4a.tar.bz2
Link to ModelSerializer API
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/3.1-announcement.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/3.1-announcement.md b/docs/topics/3.1-announcement.md
index 89e99f82..d0975f5b 100644
--- a/docs/topics/3.1-announcement.md
+++ b/docs/topics/3.1-announcement.md
@@ -54,7 +54,7 @@ This work also means that we now have both `serializers.DictField()`, and `seria
The serializer redesign in 3.0 did not include any public API for modifying how ModelSerializer classes automatically generate a set of fields from a given mode class. We've now re-introduced an API for this, allowing you to create new ModelSerializer base classes that behave differently, such as using a different default style for relationships.
-**TODO**: Link to docs.
+For more information, see the documentation on [customizing field mappings](../api-guide/serializers/#customizing-field-mappings) for ModelSerializer classes.
## Moving packages out of core