aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-20 13:52:00 +0000
committerTom Christie2014-11-20 13:52:00 +0000
commit6a2023a362bcc10978ed725fa8816ddf08ea7c73 (patch)
tree612812965f924d20ce38ba039982a897019ce4d6
parentd80d58e91a62941a1bdad4263886a109b6003e53 (diff)
downloaddjango-rest-framework-6a2023a362bcc10978ed725fa8816ddf08ea7c73.tar.bz2
Note on 3.1 and 3.2 releases.
-rw-r--r--docs/topics/3.0-announcement.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md
index 958be2d6..03e3e070 100644
--- a/docs/topics/3.0-announcement.md
+++ b/docs/topics/3.0-announcement.md
@@ -34,6 +34,9 @@ Notable features of this new release include:
* 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.
+* Templated based HTML form rendering for serializers. This will be finalized as public API in the upcoming 3.1 release.
+
+Significant new functionality continues to be planned for the 3.1 and 3.2 releases. These releases will present simple upgrades, without the same level of fundamental API changes necessary for the 3.0 release.
Below is an in-depth guide to the API changes and migration notes for 3.0.