mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-06 14:40:56 +03:00
Update documentation
This commit is contained in:
parent
182313cbee
commit
3b2fc6f0d0
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user