diff options
| author | Tom Christie | 2014-09-26 13:10:58 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-26 13:10:58 +0100 | 
| commit | 0eb6a4de8a3293c3b326fadccf7aa0be67c2f5b5 (patch) | |
| tree | b0bedd72e5e538b91d6eafc11b2cd865d30113e0 | |
| parent | 2e87de01430d7fec83f00948e60c8d61b317053b (diff) | |
| download | django-rest-framework-0eb6a4de8a3293c3b326fadccf7aa0be67c2f5b5.tar.bz2 | |
Release notes
| -rw-r--r-- | docs/topics/3.0-announcement.md | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index faba2d35..9769e884 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -8,6 +8,7 @@ Most notable outstanding issues still to resolved on the `version-3.0` branch.  * Forms support for serializers and in the browsable API.  * Enforcing uniqueness on `unique=True` and `unique_together` fields.  * Optimisations for serialializing primary keys. +* Refine style of validation errors in some cases, such as validation errors in `ListField`.  # REST framework 3.0  | 
