Changes between Version 1 and Version 2 of Ticket #8307, comment 19
- Timestamp:
- Jan 27, 2024, 10:41:06 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8307, comment 19
v1 v2 5 5 My patch does nothing if your ImageField doesn't have a width_field or height_field, and that's intentional. Adding the width_field and height_field should already solve the behavior you're describing. 6 6 7 If you could provide an actual test case where you think the behavior isn't correct, I'd really appreciate it. 7 If you could provide an actual test case where you think the behavior isn't correct, I'd really appreciate it. Ideally a mini Django project using my branch with a clear minimal reproduction of the undesired behavior you're referring it. 8 8 9 9 Thanks.