diff options
| -rw-r--r-- | .DS_Store | bin | 6148 -> 6148 bytes | |||
| -rw-r--r-- | topics/2.2-announcement/index.html | 4 | ||||
| -rw-r--r-- | topics/2.3-announcement/index.html | 4 | ||||
| -rw-r--r-- | topics/2.4-announcement/index.html | 4 | ||||
| -rw-r--r-- | topics/rest-framework-2-announcement/index.html | 5 | ||||
| -rw-r--r-- | topics/third-party-resources/index.html | 4 | 
6 files changed, 12 insertions, 9 deletions
| Binary files 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 @@                    <li class="main"> -                    <a href="#rest-framework-22-announcement">REST framework 2.2 announcement</a> +                    <a href="#django-rest-framework-22">Django REST framework 2.2</a>                    </li> @@ -378,7 +378,7 @@            <div id="main-content" class="span9"> -            <h1 id="rest-framework-22-announcement">REST framework 2.2 announcement</h1> +            <h1 id="django-rest-framework-22">Django REST framework 2.2</h1>  <p>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.</p>  <h2 id="python-3-support">Python 3 support</h2>  <p>Thanks to some fantastic work from <a href="https://github.com/xordoquy">Xavier Ordoquy</a>, 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 <a href="https://docs.djangoproject.com/en/dev/faq/install/#can-i-use-django-with-python-3">considered experimental</a>.</p> 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 @@                    <li class="main"> -                    <a href="#rest-framework-23-announcement">REST framework 2.3 announcement</a> +                    <a href="#django-rest-framework-23">Django REST framework 2.3</a>                    </li> @@ -434,7 +434,7 @@            <div id="main-content" class="span9"> -            <h1 id="rest-framework-23-announcement">REST framework 2.3 announcement</h1> +            <h1 id="django-rest-framework-23">Django REST framework 2.3</h1>  <p>REST framework 2.3 makes it even quicker and easier to build your Web APIs.</p>  <h2 id="viewsets-and-routers">ViewSets and Routers</h2>  <p>The 2.3 release introduces the <a href="../../api-guide/viewsets">ViewSet</a> and <a href="../../api-guide/routers">Router</a> classes.</p> 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 @@                    <li class="main"> -                    <a href="#rest-framework-24-announcement">REST framework 2.4 announcement</a> +                    <a href="#django-rest-framework-24">Django REST framework 2.4</a>                    </li> @@ -402,7 +402,7 @@            <div id="main-content" class="span9"> -            <h1 id="rest-framework-24-announcement">REST framework 2.4 announcement</h1> +            <h1 id="django-rest-framework-24">Django REST framework 2.4</h1>  <p>The 2.4 release is largely an intermediate step, tying up some outstanding issues prior to the 3.x series.</p>  <h2 id="version-requirements">Version requirements</h2>  <p>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 @@                    <li class="main"> -                    <a href="#django-rest-framework-2">Django REST framework 2</a> +                    <a href="#django-rest-framework-20">Django REST framework 2.0</a>                    </li> @@ -394,8 +394,7 @@            <div id="main-content" class="span9"> -            <h1 id="django-rest-framework-2">Django REST framework 2</h1> -<p>What it is, and why you should care.</p> +            <h1 id="django-rest-framework-20">Django REST framework 2.0</h1>  <blockquote>  <p>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.</p>  <p>— <a href="http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven#comment-724">Roy Fielding</a></p> 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 @@              <h1 id="third-party-resources">Third Party Resources</h1> +<blockquote> +<p>Software ecosystems […] establish a community that further accelerates the sharing of knowledge, content, issues, expertise and skills.</p> +<p>— <a href="http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html">Jan Bosch</a>.</p> +</blockquote>  <h2 id="about-third-party-packages">About Third Party Packages</h2>  <p>Third Party Packages allow developers to share code that extends the functionality of Django REST framework, in order to support additional use-cases.</p>  <p>We <strong>support</strong>, <strong>encourage</strong> and <strong>strongly favor</strong> the creation of Third Party Packages to encapsulate new behavior rather than adding additional functionality directly to Django REST Framework.</p> | 
