mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-14 18:43:22 +03:00
Notes on upgrading and versioning. Fixes #620.
This commit is contained in:
parent
e682bfa54e
commit
3bcd38b7d0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user