aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 800bece8..14599717 100644
--- a/index.html
+++ b/index.html
@@ -95,6 +95,7 @@ a.fusion-poweredby {
<li><a href="http://www.django-rest-framework.org/api-guide/serializers">Serializers</a></li>
<li><a href="http://www.django-rest-framework.org/api-guide/fields">Serializer fields</a></li>
<li><a href="http://www.django-rest-framework.org/api-guide/relations">Serializer relations</a></li>
+ <!--<li><a href="http://www.django-rest-framework.org/api-guide/validators">Validators</a></li>-->
<li><a href="http://www.django-rest-framework.org/api-guide/authentication">Authentication</a></li>
<li><a href="http://www.django-rest-framework.org/api-guide/permissions">Permissions</a></li>
<li><a href="http://www.django-rest-framework.org/api-guide/throttling">Throttling</a></li>
@@ -219,6 +220,8 @@ a.fusion-poweredby {
</p>
<hr />
+<p><strong>Note</strong>: The incoming 3.0 version has now been merged to the <code>master</code> branch on GitHub. For the source of the currently available PyPI version, please see the <code>2.4.4</code> tag.</p>
+<hr />
<p>
<h1 style="position: absolute;
width: 1px;
@@ -249,12 +252,11 @@ a.fusion-poweredby {
<hr />
<p><img alt="Screenshot" src="img/quickstart.png" /></p>
<p><strong>Above</strong>: <em>Screenshot from the browsable API</em></p>
-<hr />
<h2 id="requirements">Requirements</h2>
<p>REST framework requires the following:</p>
<ul>
<li>Python (2.6.5+, 2.7, 3.2, 3.3, 3.4)</li>
-<li>Django (1.4.2+, 1.5, 1.6, 1.7)</li>
+<li>Django (1.4.11+, 1.5.5+, 1.6, 1.7)</li>
</ul>
<p>The following packages are optional:</p>
<ul>
@@ -357,7 +359,7 @@ urlpatterns = [
<li><a href="api-guide/renderers">Renderers</a></li>
<li><a href="api-guide/serializers">Serializers</a></li>
<li><a href="api-guide/fields">Serializer fields</a></li>
-<li><a href="api-guide/relations">Serializer relations</a></li>
+<li><a href="api-guide/relations">Serializer relations</a> <!--* <a href="api-guide/validators">Validators</a>--></li>
<li><a href="api-guide/authentication">Authentication</a></li>
<li><a href="api-guide/permissions">Permissions</a></li>
<li><a href="api-guide/throttling">Throttling</a></li>