This commit is contained in:
Aseem Shrey 2018-01-25 08:43:48 +00:00 committed by GitHub
commit 489acc5c07

View File

@ -34,7 +34,7 @@ To upgrade Django REST framework to the latest version, use pip:
You can determine your currently installed version using `pip freeze`:
pip freeze | grep djangorestframework
pip show djangorestframework
---