aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2015-02-17 13:40:59 +0000
committerTom Christie2015-02-17 13:40:59 +0000
commit691ae5b646ab1ef7f965ffc239777134153948b6 (patch)
treeef92836f54acd551d7f3a76ccceb72b639e5cde5 /docs/topics
parent466bbbb308fee2e7bea3b1d8b1457bebccd9893c (diff)
downloaddjango-rest-framework-691ae5b646ab1ef7f965ffc239777134153948b6.tar.bz2
Recommend 'pip list --outdated' instead of using pip-review
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/project-management.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/project-management.md b/docs/topics/project-management.md
index dfe0d635..c9ecc1ed 100644
--- a/docs/topics/project-management.md
+++ b/docs/topics/project-management.md
@@ -170,7 +170,7 @@ When a translator has finished translating their work needs to be downloaded fro
All our test requirements are pinned to exact versions, in order to ensure that our test runs are reproducible. We maintain the requirements in the `requirements` directory. The requirements files are referenced from the `tox.ini` configuration file, ensuring we have a single source of truth for package versions used in testing.
-You can check if there are any packages available at a newer version, by using the `pip-review` tool.
+You can check if there are any packages available at a newer version, by using the `pip list --outdated`.
Package upgrades should generally be treated as isolated pull requests. Also note that the `pip-dump` command does not work gracefully with our requirements layout style, so any edits should be made manually.