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.
*`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
# 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.
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.