aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-09-26 13:12:10 +0100
committerTom Christie2014-09-26 13:12:10 +0100
commit24f7db2fc156b0af7749a5cc17c1df3f5522bf88 (patch)
tree09eb8fd617cbd163a9366577a871ef3de6fc85bb
parent0eb6a4de8a3293c3b326fadccf7aa0be67c2f5b5 (diff)
downloaddjango-rest-framework-24f7db2fc156b0af7749a5cc17c1df3f5522bf88.tar.bz2
Release notes
-rw-r--r--docs/topics/3.0-announcement.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md
index 9769e884..a48d22ea 100644
--- a/docs/topics/3.0-announcement.md
+++ b/docs/topics/3.0-announcement.md
@@ -2,13 +2,15 @@
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.
+The most notable outstanding issues still to resolved on the `version-3.0` branch are as follows:
* `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.
* Refine style of validation errors in some cases, such as validation errors in `ListField`.
+* `.validate()` method on fields.
+* `.transform_<field>()` method on serializers.
# REST framework 3.0