diff options
| author | Tom Christie | 2014-09-26 12:48:20 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-09-26 12:48:20 +0100 |
| commit | 8b8623c5f84d443d26804cac52a793a3037a1dd0 (patch) | |
| tree | 9e39f116b9d224578440261575ec647f1b07a004 /docs/topics | |
| parent | fde934d33c8692bab5e0e7b6009d358101a25dd7 (diff) | |
| download | django-rest-framework-8b8623c5f84d443d26804cac52a793a3037a1dd0.tar.bz2 | |
Allow many, partial and context in BaseSerializer
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/3.0-announcement.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index a4e4db14..faba2d35 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -2,6 +2,13 @@ See the [Version 3.0 GitHub issue](https://github.com/tomchristie/django-rest-framework/pull/1800) for more details. +Most notable outstanding issues still to resolved on the `version-3.0` branch. + +* `FileField` and `ImageField` support. +* Forms support for serializers and in the browsable API. +* Enforcing uniqueness on `unique=True` and `unique_together` fields. +* Optimisations for serialializing primary keys. + # REST framework 3.0 The 3.0 release of Django REST framework is the result of almost four years of iteration and refinement. It comprehensively addresses some of the previous remaining design issues in serializers, fields and the generic views. |
