aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2013-01-28 09:10:23 +0000
committerTom Christie2013-01-28 09:10:23 +0000
commit3bcd38b7d0ddaa2c051ad230cb0d749f9737fd82 (patch)
treebfc0d32d51c690bdb827c831f9f2e115d2b349f0 /docs
parente682bfa54efc391df4d6bb7cf78a2089213b8d6b (diff)
downloaddjango-rest-framework-3bcd38b7d0ddaa2c051ad230cb0d749f9737fd82.tar.bz2
Notes on upgrading and versioning. Fixes #620.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/release-notes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index 0c3ebca0..84b30d85 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -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.
+## 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