diff --git a/topics/3.0-announcement/index.html b/topics/3.0-announcement/index.html index c2f612d29..96280c4fd 100644 --- a/topics/3.0-announcement/index.html +++ b/topics/3.0-announcement/index.html @@ -423,8 +423,13 @@
  • 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 correspond to the two Kickstarter stretch goals - "Feature improvements" and "Admin interface". Further 3.x 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.


    +

    REST framework: Under the hood.

    +

    This talk from the Django: Under the Hood event in Amsterdam, Nov 2014 gives some good background context on the design decisions behind 3.0.

    + + +
    +

    Below is an in-depth guide to the API changes and migration notes for 3.0.

    Request objects

    The .data and .query_params properties.

    The usage of request.DATA and request.FILES is now pending deprecation in favor of a single request.data attribute that contains all the parsed data.