diff options
| author | Tom Christie | 2014-11-18 16:26:45 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-18 16:26:45 +0000 | 
| commit | f269826a7d8a980536ffbce369be369c4df58d23 (patch) | |
| tree | bae5983ab1be7c8e90fc56c5e1481fb5c2ec36c2 /docs | |
| parent | c0d356edaa425868dbcdb29c5d2f8e88f177f604 (diff) | |
| download | django-rest-framework-f269826a7d8a980536ffbce369be369c4df58d23.tar.bz2 | |
Note on 3.0 beta
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/3.0-announcement.md | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md index 90cbda4d..06fdc9fd 100644 --- a/docs/topics/3.0-announcement.md +++ b/docs/topics/3.0-announcement.md @@ -1,10 +1,12 @@  ## Pre-release notes: -The 3.0 release is now ready for some tentative testing and upgrades for early adopters. You can install the development version directly from GitHub like so: +The 3.0 release is now in beta and ready for final testing. You can install the development version directly from GitHub like so: -    pip install https://github.com/tomchristie/django-rest-framework/archive/master.zip +    pip install https://github.com/tomchristie/django-rest-framework/archive/3.0-beta.zip -See the [Version 3.0 GitHub issue](https://github.com/tomchristie/django-rest-framework/pull/1800) for more details on remaining work. +Currently the only known remaining blockers are documentation issues and tickets. Any critical bugs raised in the next week or two will be resolved for the 3.0 release, but otherwise consider this as code-complete. + +Please work through this document throughly in order to understand the API differences that exist between 2.4 and 3.0.  **Your feedback on the upgrade process and 3.0 changes is hugely important!** | 
