diff options
| author | Nicholas Serra <nicks@ydekproductions.com> | 2014-10-18 21:01:56 -0400 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2014-10-19 13:46:46 +0700 |
| commit | 6c79d3297782fed07b81faaf0e9c0c7d63590e35 (patch) | |
| tree | 378078b4c6384bad9813c7b02f7b2e6105428647 /tests/invalid_models_tests | |
| parent | 825ea8385857a98a36b3dc67c427b0000b5d9112 (diff) | |
Fixed #23684 -- Used correct package name for Pillow in Error hint.
Diffstat (limited to 'tests/invalid_models_tests')
| -rw-r--r-- | tests/invalid_models_tests/test_ordinary_fields.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', ), |
