aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-10-25 19:39:47 +0200
committerTom Christie2012-10-25 19:39:47 +0200
commit8a7b2cd68ac73550088c00880cdea55d4713cace (patch)
treecc50ef3e35f7bbde8b1ff380a92b1de64a04ad0f
parentb2259bad6b60587fe06810c2b7ab5eee9e277c9b (diff)
downloaddjango-rest-framework-8a7b2cd68ac73550088c00880cdea55d4713cace.tar.bz2
2.0 Note
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 84d1edad..8ca4f572 100644
--- a/README.rst
+++ b/README.rst
@@ -10,6 +10,10 @@ Django REST framework
.. |build-image| image:: https://secure.travis-ci.org/tomchristie/django-rest-framework.png?branch=master
:target: https://secure.travis-ci.org/tomchristie/django-rest-framework
+**Important!** REST framework 2.0 is due to be released to PyPI by the end of October.
+If you are considering building a new API using REST framework you should start working
+with the `restframework2` branch, end refering to the upcoming [REST framework 2 docs][docs].
+
Overview
========
@@ -84,3 +88,5 @@ To run the tests against the full set of supported configurations::
To create the sdist packages::
python setup.py sdist --formats=gztar,zip
+
+[docs]: tomchristie.github.com/django-rest-framework \ No newline at end of file