mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 05:04:31 +03:00
Link to ModelSerializer API
This commit is contained in:
parent
1fdfea2758
commit
09488ad4da
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user