Changes between Initial Version and Version 1 of Ticket #34035, comment 5


Ignore:
Timestamp:
Apr 17, 2026, 12:32:08 PM (4 weeks ago)
Author:
Johannes Maron

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34035, comment 5

    initial v1  
    11I am taking the liberty to reopen this, since I believe there is a backwards-compatible way. Thus, invalidating the previous reason to close the issue.
    22
    3 Both the `get_image_dimensions` function and ImageField can default to the current behavior while providing an explicit argument to include the EXIF rotation.
     3Both the `get_image_dimensions` function and `ImageField` can default to the current behavior while providing an explicit argument to include the EXIF rotation.
    44
    55This would be a fairly minor patch. In future Django versions, we could consider deprecating the default behavior and forcing users to make an educated decision.
Back to Top