mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Fix typo in unsupported version error message (#7060)
This commit is contained in:
parent
7fbbfe2c60
commit
8001087e9e
2
setup.py
2
setup.py
|
@ -31,7 +31,7 @@ This will install the latest version of Django REST Framework which works on
|
|||
your version of Python. If you can't upgrade your pip (or Python), request
|
||||
an older version of Django REST Framework:
|
||||
|
||||
$ python -m pip install "django<3.10"
|
||||
$ python -m pip install "djangorestframework<3.10"
|
||||
""".format(*(REQUIRED_PYTHON + CURRENT_PYTHON)))
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user