diff options
| author | Tom Christie | 2014-11-03 14:43:00 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-03 14:43:00 +0000 | 
| commit | 0da30e6d1dea68d7c075067dd997fb1e0e26f27b (patch) | |
| tree | deacdf7ea44011079d3389dd2968346039848d52 /docs | |
| parent | b106ebd2c0a19107f12d5b87cfbe0083aaaa60b9 (diff) | |
| download | django-rest-framework-0da30e6d1dea68d7c075067dd997fb1e0e26f27b.tar.bz2 | |
Add note about 3.0 being merged to master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.md | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/docs/index.md b/docs/index.md index 5b31cc83..6288efa3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,6 +9,10 @@  --- +**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. + +--- +  <p>  <h1 style="position: absolute;      width: 1px; @@ -43,8 +47,6 @@ Some reasons you might want to use REST framework:  **Above**: *Screenshot from the browsable API* ----- -  ## Requirements  REST framework requires the following: | 
