aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTom Christie2014-12-02 13:14:11 +0000
committerTom Christie2014-12-02 13:14:11 +0000
commite30e3f6dfc8cdb47c1048bbe497599d250d7bf75 (patch)
tree438e70b395216b14807e6e8466b5f4b55f718344 /README.md
parent41045c1c2347cb7fd37081b40053df747304b286 (diff)
downloaddjango-rest-framework-e30e3f6dfc8cdb47c1048bbe497599d250d7bf75.tar.bz2
Update README with 3.0 info.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 31fe1e52..95d05c9b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Full documentation for the project is available at [http://www.django-rest-frame
---
-**Note**: The incoming 3.0 version has now been merged to the `master` branch on GitHub. For the source of the currently available PyPI version, please see the `2.4.4` tag.
+**Note**: We have now released Django REST framework 3.0. For older codebases you may want to refer to the version 2.4.4 [source code](https://github.com/tomchristie/django-rest-framework/tree/version-2.4.x), and [documentation](http://tomchristie.github.io/rest-framework-2-docs/).
---