summaryrefslogtreecommitdiff
path: root/django/core/files/images.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+4
* Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.Stefanos I. Tsaklidis2021-09-021-1/+4
* Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.winkidney2018-08-231-0/+4
* Refs #27656 -- Updated django.core docstring verbs according to PEP 257.Anton Samarchyan2017-02-211-1/+1
* Replaced property() usage with decorator in several places.Berker Peksag2016-08-251-4/+4
* Removed unused exception "as" variable.Tim Graham2015-04-081-1/+1
* Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...steve2015-04-071-0/+6
* Fixed #24441 -- Changed get_image_dimensions() return value for broken imagesRaúl Cumplido2015-03-251-1/+1
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-6/+6
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-141-6/+2
* Replaced six.reraise with a simple raise.Florian Apolloner2013-01-011-4/+3
* Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d0eeffacbda5484f4c1f6.Florian Apolloner2013-01-011-1/+1
* Fixed #19457 -- ImageField size detection failed for some files.Anton Baklanov2013-01-011-1/+13
* Fixed a security issue in image uploading. Disclosure and release forthcoming.Florian Apolloner2012-07-301-1/+6
* Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant2010-09-101-7/+12
* Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss2010-02-141-1/+6
* Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss2009-05-111-0/+4
* Fixed #8817: get_image_dimensions correctly closes the files it opens, and le...Jacob Kaplan-Moss2009-05-081-8/+14
* Don't import PIL until needed so that systems without PIL don't barf.Jacob Kaplan-Moss2008-08-081-2/+2
* File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss2008-08-081-0/+42