aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2014-09-26 12:48:20 +0100
committerTom Christie2014-09-26 12:48:20 +0100
commit8b8623c5f84d443d26804cac52a793a3037a1dd0 (patch)
tree9e39f116b9d224578440261575ec647f1b07a004 /docs/topics
parentfde934d33c8692bab5e0e7b6009d358101a25dd7 (diff)
downloaddjango-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.md7
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.