8000 Link to ModelSerializer API · coderanger/django-rest-framework@09488ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 09488ad

Browse files
committed
Link to ModelSerializer API
1 parent 1fdfea2 commit 09488ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/3.1-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This work also means that we now have both `serializers.DictField()`, and `seria
5454

5555
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.
5656

57-
**TODO**: Link to docs.
57+
For more information, see the documentation on [customizing field mappings](../api-guide/serializers/#customizing-field-mappings) for ModelSerializer classes.
5858

5959
## Moving packages out of core
6060

0 commit comments

Comments
 (0)
0