aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2014-09-19 14:59:59 +0100
committerTom Christie2014-09-19 14:59:59 +0100
commitc0150e619ca02a69d87c335a70c47644e9b2e509 (patch)
tree3867efc19bc339e89e5b422a59b8978f12451d0f /docs/topics
parent88008c0a687219e3104d548196915b1068536d74 (diff)
downloaddjango-rest-framework-c0150e619ca02a69d87c335a70c47644e9b2e509.tar.bz2
Add BaseSerializer heading
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/3.0-announcement.md4
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.