Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/files/images.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused exception "as" variable.Tim Graham2015-04-081-1/+1
* Fixed #24544 -- Fixed get_image_dimensions() on image buf...steve2015-04-081-0/+6
* Fixed #24441 -- Changed get_image_dimensions() return val...Raú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-151-6/+2
* Replaced six.reraise with a simple raise.Florian Apolloner2013-01-011-4/+3
* Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d...Florian Apolloner2013-01-011-1/+1
* Fixed #19457 -- ImageField size detection failed for some...Anton Baklanov2013-01-011-1/+13
* Fixed a security issue in image uploading. Disclosure and...Florian Apolloner2012-07-301-1/+6
* Fixed #11158 - get_image_dimensions very slow/incorrect a...Luke Plant2010-09-101-7/+12
* Fixed #6054: work around PIL's installation brokeness by ...Jacob Kaplan-Moss2010-02-141-1/+6
* Fixed #10404: ImageField height_field and width_field opt...Jacob Kaplan-Moss2009-05-111-0/+4
* Fixed #8817: get_image_dimensions correctly closes the fi...Jacob Kaplan-Moss2009-05-081-8/+14
* Don't import PIL until needed so that systems without PIL...Jacob Kaplan-Moss2008-08-081-2/+2
* File storage refactoring, adding far more flexibility to ...Jacob Kaplan-Moss2008-08-081-0/+42