diff options
| author | Tom Christie | 2014-09-30 11:10:13 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-30 11:10:13 +0100 | 
| commit | da4900a353bd1136aa96cb5444b34f7beefa8e85 (patch) | |
| tree | 80c8e14f0f4be1444f30821a4ed49e909d3daa25 | |
| parent | 83a5ea8db27b9452a5539f1e0574f493392a91ad (diff) | |
| download | django-rest-framework-da4900a353bd1136aa96cb5444b34f7beefa8e85.tar.bz2 | |
Update 3.0-announcement.md
| -rw-r--r-- | docs/topics/3.0-announcement.md | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index 12ab5a0d..1c7e016e 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -9,10 +9,8 @@ See the [Version 3.0 GitHub issue](https://github.com/tomchristie/django-rest-fr  The most notable outstanding issues still to resolved on the `version-3.0` branch are as follows:  * 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.  **Your feedback on the upgrade process and 3.0 changes is hugely important!** | 
