diff options
| author | Tom Christie | 2015-03-06 14:01:35 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-03-06 14:01:35 +0000 | 
| commit | 3d0aaa9df2c0fa9427a869e865214200c4998d10 (patch) | |
| tree | da750612ded6a64024dff679b7ba94dbcb657d1a | |
| parent | 7efb2fd9ed03a23b0bcf8d9fa20034bf9ef884f8 (diff) | |
| parent | d2181cc74ccfc59edc0477017d95e8edcbecf8a5 (diff) | |
| download | django-rest-framework-3d0aaa9df2c0fa9427a869e865214200c4998d10.tar.bz2 | |
Merge pull request #2643 from jpadilla/master
Fix customizing field mappings link
| -rw-r--r-- | docs/topics/3.1-announcement.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/topics/3.1-announcement.md b/docs/topics/3.1-announcement.md index 9cad88e0..6eb3681f 100644 --- a/docs/topics/3.1-announcement.md +++ b/docs/topics/3.1-announcement.md @@ -145,7 +145,7 @@ If you're building a new 1.8 project, then you should probably consider using `U  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. -For more information, see the documentation on [customizing field mappings](../api-guide/serializers/#customizing-field-mappings) for ModelSerializer classes. +For more information, see the documentation on [customizing field mappings][customizing-field-mappings] for ModelSerializer classes.  --- @@ -206,3 +206,4 @@ This will either be made as a single 3.2 release, or split across two separate r  [pagination]: ../api-guide/pagination.md  [versioning]: ../api-guide/versioning.md  [internationalization]: internationalization.md +[customizing-field-mappings]: ../api-guide/serializers.md/#customizing-field-mappings | 
