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