diff options
| author | Tom Christie | 2013-05-24 21:08:27 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-05-24 21:08:27 +0100 |
| commit | 78c53d530ff3d7a4a443b104ad73952d0b5b5b8b (patch) | |
| tree | c1bb61bdb131dbf6c5c8879e5fd69da84c753685 /docs/topics/release-notes.md | |
| parent | 02b29267acd3e3afabe6497a6ed04b10888d8731 (diff) | |
| download | django-rest-framework-78c53d530ff3d7a4a443b104ad73952d0b5b5b8b.tar.bz2 | |
Updating docs
Diffstat (limited to 'docs/topics/release-notes.md')
| -rw-r--r-- | docs/topics/release-notes.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 519085b9..ff011546 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -42,8 +42,19 @@ You can determine your currently installed version using `pip freeze`: ### Master +* Serializer fields now support `label` and `help_text`. +* Added `UnicodeJSONRenderer`. +* Bugfix: `charset` now properly included in `Content-Type` of responses. +* Bugfix: Blank choice now added in browsable API on nullable relationships. +* Bugfix: Many to many relationships with `through` tables are now read-only. +* Bugfix: Serializer fields now respect model field args such as `max_length`. +* Bugfix: SlugField now performs slug validation. +* Bugfix: Lazy-translatable strings now properly serialized. +* Bugfix: Browsable API now supports bootswatch styles properly. * Bugfix: HyperlinkedIdentityField now uses `lookup_field` kwarg. +**Note**: Responses now correctly include an appropriate charset on the `Content-Type` header. For example: `application/json; charset=utf-8`. If you have tests that check the content type of responses, you may need to update these accordingly. + ### 2.3.3 **Date**: 16th May 2013 |
