From e93fe71de80fa6dde4bf1702fcdcb0006bc1f154 Mon Sep 17 00:00:00 2001 From: Oskar Persson Date: Tue, 19 Nov 2019 15:47:43 +0100 Subject: [PATCH] Fix typo in unsupported version error message --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9d6443d5..24749992b 100755 --- a/setup.py +++ b/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)