diff --git a/.DS_Store b/.DS_Store index 0bc60619d..e1d77174b 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/topics/2.2-announcement/index.html b/topics/2.2-announcement/index.html index 16412a7b0..4ac750a02 100644 --- a/topics/2.2-announcement/index.html +++ b/topics/2.2-announcement/index.html @@ -345,7 +345,7 @@
  • - REST framework 2.2 announcement + Django REST framework 2.2
  • @@ -378,7 +378,7 @@
    -

    REST framework 2.2 announcement

    +

    Django REST framework 2.2

    The 2.2 release represents an important point for REST framework, with the addition of Python 3 support, and the introduction of an official deprecation policy.

    Python 3 support

    Thanks to some fantastic work from Xavier Ordoquy, Django REST framework 2.2 now supports Python 3. You'll need to be running Django 1.5, and it's worth keeping in mind that Django's Python 3 support is currently considered experimental.

    diff --git a/topics/2.3-announcement/index.html b/topics/2.3-announcement/index.html index 6c11420e9..b6a49472f 100644 --- a/topics/2.3-announcement/index.html +++ b/topics/2.3-announcement/index.html @@ -345,7 +345,7 @@
  • - REST framework 2.3 announcement + Django REST framework 2.3
  • @@ -434,7 +434,7 @@
    -

    REST framework 2.3 announcement

    +

    Django REST framework 2.3

    REST framework 2.3 makes it even quicker and easier to build your Web APIs.

    ViewSets and Routers

    The 2.3 release introduces the ViewSet and Router classes.

    diff --git a/topics/2.4-announcement/index.html b/topics/2.4-announcement/index.html index 5a7d41940..56c3d0ab2 100644 --- a/topics/2.4-announcement/index.html +++ b/topics/2.4-announcement/index.html @@ -345,7 +345,7 @@
  • - REST framework 2.4 announcement + Django REST framework 2.4
  • @@ -402,7 +402,7 @@
    -

    REST framework 2.4 announcement

    +

    Django REST framework 2.4

    The 2.4 release is largely an intermediate step, tying up some outstanding issues prior to the 3.x series.

    Version requirements

    Support for Django 1.3 has been dropped. diff --git a/topics/rest-framework-2-announcement/index.html b/topics/rest-framework-2-announcement/index.html index 2a39eea15..3471aae41 100644 --- a/topics/rest-framework-2-announcement/index.html +++ b/topics/rest-framework-2-announcement/index.html @@ -345,7 +345,7 @@

  • - Django REST framework 2 + Django REST framework 2.0
  • @@ -394,8 +394,7 @@
    -

    Django REST framework 2

    -

    What it is, and why you should care.

    +

    Django REST framework 2.0

    Most people just make the mistake that it should be simple to design simple things. In reality, the effort required to design something is inversely proportional to the simplicity of the result.

    Roy Fielding

    diff --git a/topics/third-party-resources/index.html b/topics/third-party-resources/index.html index 6f0e1e49e..f2a7a12a4 100644 --- a/topics/third-party-resources/index.html +++ b/topics/third-party-resources/index.html @@ -379,6 +379,10 @@

    Third Party Resources

    +
    +

    Software ecosystems […] establish a community that further accelerates the sharing of knowledge, content, issues, expertise and skills.

    +

    Jan Bosch.

    +

    About Third Party Packages

    Third Party Packages allow developers to share code that extends the functionality of Django REST framework, in order to support additional use-cases.

    We support, encourage and strongly favor the creation of Third Party Packages to encapsulate new behavior rather than adding additional functionality directly to Django REST Framework.