From 6c79d3297782fed07b81faaf0e9c0c7d63590e35 Mon Sep 17 00:00:00 2001 From: Nicholas Serra Date: Sat, 18 Oct 2014 21:01:56 -0400 Subject: Fixed #23684 -- Used correct package name for Pillow in Error hint. --- 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 cd71f47469..90c2026be9 100644 --- a/tests/invalid_models_tests/test_ordinary_fields.py +++ b/tests/invalid_models_tests/test_ordinary_fields.py @@ -505,7 +505,7 @@ class ImageFieldTests(IsolatedModelsTestCase): Error( 'Cannot use ImageField because Pillow is not installed.', hint=('Get Pillow at https://pypi.python.org/pypi/Pillow ' - 'or run command "pip install pillow".'), + 'or run command "pip install Pillow".'), obj=field, id='fields.E210', ), -- cgit v1.3