From 16d73d7416a7902703ee8022f093667f7ac9ef5b Mon Sep 17 00:00:00 2001 From: Vajrasky Kok Date: Tue, 26 Nov 2013 13:52:47 +0800 Subject: Fixed #21512 -- Added more complete information about Pillow and PIL in model_fields and model_forms tests. --- tests/model_forms/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/model_forms') diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index 95092c2b7a..bf7b3d296a 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -1541,7 +1541,7 @@ class OldFormForXTests(TestCase): self.assertEqual(bif.is_valid(), False) self.assertEqual(bif.errors, {'biggie': ['Ensure this value is less than or equal to 9223372036854775807.']}) - @skipUnless(test_images, "PIL not installed") + @skipUnless(test_images, "Pillow/PIL not installed") def test_image_field(self): # ImageField and FileField are nearly identical, but they differ slighty when # it comes to validation. This specifically tests that #6302 is fixed for -- cgit v1.3