Skip to content

Minor change to show the current version #5757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

LuD1161
Copy link
Contributor

@LuD1161 LuD1161 commented Jan 21, 2018

Show the current version , directly from pip

Note: Before submitting this pull request, please review our contributing guidelines.

Description

It is a minor change in the docs.
If there is a large no of system wide installed python packages then pip freeze | grep djangorestframework would take a lot of time.
Whereas pip show command's purpose is itself to show the package details, so why not use it instead.

Show the current version , directly from pip
@@ -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`:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The preceding text should also be updated.

@carltongibson carltongibson added this to the 3.8 Release milestone Jan 25, 2018
pchiquet pushed a commit to pchiquet/django-rest-framework that referenced this pull request Nov 17, 2020
Show the current DRF version using `pip show`

Closes encode#5757
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants