summaryrefslogtreecommitdiff
path: root/django/utils/image.py
AgeCommit message (Expand)Author
2014-05-24[1.7.x] Removed translatability of PIL error messagesClaude Paroz
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2013-11-26Fixed #21355 -- try importing _imaging from PIL namespace first.Richard Xia
2013-08-19Correctly format missing Pillow/PIL exceptions messages. refs #19934Simon Charette
2013-07-12Added clarification comments to django.utils.image; refs #19934Christopher Medrela
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-05-25Fixed some minor translation-related issuesClaude Paroz
2013-05-15Removed unicode literals from PIL compat.Florian Apolloner
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley