diff options
| author | Tom Christie | 2014-09-19 14:59:59 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-19 14:59:59 +0100 | 
| commit | c0150e619ca02a69d87c335a70c47644e9b2e509 (patch) | |
| tree | 3867efc19bc339e89e5b422a59b8978f12451d0f /docs | |
| parent | 88008c0a687219e3104d548196915b1068536d74 (diff) | |
| download | django-rest-framework-c0150e619ca02a69d87c335a70c47644e9b2e509.tar.bz2 | |
Add BaseSerializer heading
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/3.0-announcement.md | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index 029d9896..cd883cdd 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -30,6 +30,10 @@ See the [Version 3.0 GitHub issue](https://github.com/tomchristie/django-rest-fr  **TODO**: Drop`.object`, use `.validated_data` or get the instance with `.save()`. +#### The `BaseSerializer` class. + +**TODO** +  #### Always use `fields`, not `exclude`.  The `exclude` option is no longer available. You should use the more explicit `fields` option instead.  | 
