summaryrefslogtreecommitdiff
path: root/django/core/files/images.py
AgeCommit message (Expand)Author
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-02Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.Stefanos I. Tsaklidis
2018-08-23Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.winkidney
2017-02-21Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2015-04-08Removed unused exception "as" variable.Tim Graham
2015-04-07Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...steve
2015-03-25Fixed #24441 -- Changed get_image_dimensions() return value for broken imagesRaúl Cumplido
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-01-01Replaced six.reraise with a simple raise.Florian Apolloner
2013-01-01Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d0eeffacbda5484f4c1f6.Florian Apolloner
2013-01-01Fixed #19457 -- ImageField size detection failed for some files.Anton Baklanov
2012-07-30Fixed a security issue in image uploading. Disclosure and release forthcoming.Florian Apolloner
2010-09-10Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-02-14Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss
2009-05-08Fixed #8817: get_image_dimensions correctly closes the files it opens, and le...Jacob Kaplan-Moss
2008-08-08Don't import PIL until needed so that systems without PIL don't barf.Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss