diff --git a/topics/3.1-announcement/index.html b/topics/3.1-announcement/index.html index bb236e872..71647c164 100644 --- a/topics/3.1-announcement/index.html +++ b/topics/3.1-announcement/index.html @@ -496,7 +496,7 @@ Host: example.org

ModelSerializer API

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 for ModelSerializer classes.

+

For more information, see the documentation on customizing field mappings for ModelSerializer classes.


Moving packages out of core

We've now moved a number of packages out of the core of REST framework, and into separately installable packages. If you're currently using these you don't need to worry, you simply need to pip install the new packages, and change any import paths.