Release notes

This commit is contained in:
Tom Christie 2014-09-26 13:12:10 +01:00
parent 0eb6a4de8a
commit 24f7db2fc1

View File

@ -2,13 +2,15 @@
See the [Version 3.0 GitHub issue](https://github.com/tomchristie/django-rest-framework/pull/1800) for more details. 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. * `FileField` and `ImageField` support.
* Forms support for serializers and in the browsable API. * Forms support for serializers and in the browsable API.
* Enforcing uniqueness on `unique=True` and `unique_together` fields. * Enforcing uniqueness on `unique=True` and `unique_together` fields.
* Optimisations for serialializing primary keys. * Optimisations for serialializing primary keys.
* Refine style of validation errors in some cases, such as validation errors in `ListField`. * 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 # REST framework 3.0