Changes between Initial Version and Version 1 of Ticket #34035, comment 5
- Timestamp:
- Apr 17, 2026, 12:32:08 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34035, comment 5
initial v1 1 1 I 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. 2 2 3 Both the `get_image_dimensions` function and ImageFieldcan default to the current behavior while providing an explicit argument to include the EXIF rotation.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. 4 4 5 5 This 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.