Commit 3bcd38b7 by Tom Christie

Notes on upgrading and versioning. Fixes #620.

parent e682bfa5
...@@ -12,6 +12,16 @@ Medium version numbers (0.x.0) may include minor API changes. You should read t ...@@ -12,6 +12,16 @@ Medium version numbers (0.x.0) may include minor API changes. You should read t
Major version numbers (x.0.0) are reserved for project milestones. No major point releases are currently planned. Major version numbers (x.0.0) are reserved for project milestones. No major point releases are currently planned.
## Upgrading
To upgrade Django REST framework to the latest version, use pip:
pip install -U djangorestframework
You can determine your currently installed version using `pip freeze`:
pip freeze | grep djangorestframework
--- ---
## 2.1.x series ## 2.1.x series
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment