From 3b2fc6f0d076162cafebb916ae401aaae75fcbc0 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 10 Dec 2014 12:29:18 +0000 Subject: Update documentation --- .DS_Store | Bin 6148 -> 6148 bytes topics/2.2-announcement/index.html | 4 ++-- topics/2.3-announcement/index.html | 4 ++-- topics/2.4-announcement/index.html | 4 ++-- topics/rest-framework-2-announcement/index.html | 5 ++--- topics/third-party-resources/index.html | 4 ++++ 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.DS_Store b/.DS_Store index 0bc60619..e1d77174 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 16412a7b..4ac750a0 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 6c11420e..b6a49472 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 5a7d4194..56c3d0ab 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 2a39eea1..3471aae4 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 6f0e1e49..f2a7a12a 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.

    -- cgit v1.2.3