diff options
| author | Tom Christie | 2014-09-26 12:21:05 +0100 |
|---|---|---|
| committer | Tom Christie | 2014-09-26 12:21:05 +0100 |
| commit | fde934d33c8692bab5e0e7b6009d358101a25dd7 (patch) | |
| tree | 33893fd63bd27fe6315e97af5867e6161370ee44 | |
| parent | 90311357add780433c79e97346ed85f1f4224877 (diff) | |
| download | django-rest-framework-fde934d33c8692bab5e0e7b6009d358101a25dd7.tar.bz2 | |
Release notes
| -rw-r--r-- | docs/topics/3.0-announcement.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index daacbba0..a4e4db14 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -21,6 +21,7 @@ Notable features of this new release include: * Super simple default implementations for the generic views. * Support for overriding how validation errors are handled by your API. * A metadata API that allows you to customize how `OPTIONS` requests are handled by your API. +* A more compact JSON output with unicode style encoding turned on by default. Below is an in-depth guide to the API changes and migration notes for 3.0. |
