From b98fa241ddbb22507cb63886f697d25f43197cba Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 17 Apr 2018 15:19:29 -0700 Subject: [2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master --- tests/invalid_models_tests/test_ordinary_fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/invalid_models_tests/test_ordinary_fields.py b/tests/invalid_models_tests/test_ordinary_fields.py index d06f6dd689..0a7eb3ffd1 100644 --- a/tests/invalid_models_tests/test_ordinary_fields.py +++ b/tests/invalid_models_tests/test_ordinary_fields.py @@ -524,7 +524,7 @@ class ImageFieldTests(SimpleTestCase): expected = [] if pillow_installed else [ Error( 'Cannot use ImageField because Pillow is not installed.', - hint=('Get Pillow at https://pypi.python.org/pypi/Pillow ' + hint=('Get Pillow at https://pypi.org/project/Pillow/ ' 'or run command "pip install Pillow".'), obj=field, id='fields.E210', -- cgit v1.3