diff options
| author | Tom Christie | 2014-08-21 12:25:20 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-21 12:25:20 +0100 | 
| commit | 8b2052172cf7138203e683731c30bd279c6e722a (patch) | |
| tree | 5c592247de335ee9b61e107130cbd4be947a7cd1 /docs/api-guide/settings.md | |
| parent | 4d8c63abc996bcb44d7a68dd7a7234b0d9f148a0 (diff) | |
| download | django-rest-framework-8b2052172cf7138203e683731c30bd279c6e722a.tar.bz2 | |
Add .model deprecation to release notes
Diffstat (limited to 'docs/api-guide/settings.md')
| -rw-r--r-- | docs/api-guide/settings.md | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index 8bde4d87..27a09163 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -100,12 +100,6 @@ Default: `'rest_framework.negotiation.DefaultContentNegotiation'`  *The following settings control the behavior of the generic class based views.* -#### DEFAULT_MODEL_SERIALIZER_CLASS - -A class that determines the default type of model serializer that should be used by a generic view if `model` is specified, but `serializer_class` is not provided. - -Default: `'rest_framework.serializers.ModelSerializer'` -  #### DEFAULT_PAGINATION_SERIALIZER_CLASS  A class the determines the default serialization style for paginated responses. | 
