aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 4 insertions, 11 deletions
diff --git a/index.html b/index.html
index f58cdff1..b7a5a2c2 100644
--- a/index.html
+++ b/index.html
@@ -252,7 +252,7 @@ a.fusion-poweredby {
<p>REST framework requires the following:</p>
<ul>
<li>Python (2.6.5+, 2.7, 3.2, 3.3)</li>
-<li>Django (1.3, 1.4, 1.5, 1.6)</li>
+<li>Django (1.4.2+, 1.5, 1.6, 1.7)</li>
</ul>
<p>The following packages are optional:</p>
<ul>
@@ -389,16 +389,9 @@ urlpatterns = patterns('',
<li><a href="topics/credits">Credits</a></li>
</ul>
<h2 id="development">Development</h2>
-<p>If you want to work on REST framework itself, clone the repository, then...</p>
-<p>Build the docs:</p>
-<pre class="prettyprint lang-py"><code>./mkdocs.py
-</code></pre>
-<p>Run the tests:</p>
-<pre class="prettyprint lang-py"><code>./rest_framework/runtests/runtests.py
-</code></pre>
-<p>To run the tests against all supported configurations, first install <a href="http://testrun.org/tox/latest/">the tox testing tool</a> globally, using <code>pip install tox</code>, then simply run <code>tox</code>:</p>
-<pre class="prettyprint lang-py"><code>tox
-</code></pre>
+<p>See the <a href="topics/contributing">Contribution guidelines</a> for information on how to clone
+the repository, run the test suite and contribute changes back to REST
+Framework.</p>
<h2 id="support">Support</h2>
<p>For support please see the <a href="https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework">REST framework discussion group</a>, try the <code>#restframework</code> channel on <code>irc.freenode.net</code>, search <a href="https://botbot.me/freenode/restframework/">the IRC archives</a>, or raise a question on <a href="http://stackoverflow.com/">Stack Overflow</a>, making sure to include the <a href="http://stackoverflow.com/questions/tagged/django-rest-framework">'django-rest-framework'</a> tag.</p>
<p><a href="http://dabapps.com/services/build/api-development/">Paid support is available</a> from <a href="http://dabapps.com">DabApps</a>, and can include work on REST framework core, or support with building your REST framework API. Please <a href="http://dabapps.com/contact/">contact DabApps</a> if you'd like to discuss commercial support options.</p>