Commit c0150e61 by Tom Christie

Add BaseSerializer heading

parent 88008c0a
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment