Re: [Django] #35139: Performing a save() with an ImageField where width_field or height_field is set results in an extra read operation

2024-05-21 Thread Django
#35139: Performing a save() with an ImageField where width_field or 
height_field is
set results in an extra read operation
-+-
 Reporter:  john-parton  |Owner:  john-
 |  parton
 Type:  Bug  |   Status:  closed
Component:  File |  Version:  5.0
  uploads/storage|
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sarah Boyce <42296566+sarahboyce@…>):

 * resolution:   => fixed
 * status:  assigned => closed

Comment:

 In [changeset:"9c5fe93349bd4339c41d057b87046e5d28be6f77" 9c5fe933]:
 {{{#!CommitTicketReference repository=""
 revision="9c5fe93349bd4339c41d057b87046e5d28be6f77"
 Fixed #35139 -- Prevented file read after ImageField is saved to storage.
 }}}
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f9d42f079-b2f66443-0494-44e8-a4bd-35bcee497b69-00%40eu-central-1.amazonses.com.


Re: [Django] #35139: Performing a save() with an ImageField where width_field or height_field is set results in an extra read operation

2024-05-21 Thread Django
#35139: Performing a save() with an ImageField where width_field or 
height_field is
set results in an extra read operation
-+-
 Reporter:  john-parton  |Owner:  john-
 |  parton
 Type:  Bug  |   Status:  assigned
Component:  File |  Version:  5.0
  uploads/storage|
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sarah Boyce):

 * stage:  Accepted => Ready for checkin

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f9a5fcb7b-4c58fb04-ef0e-4be2-85cd-eb7b3f3d2dd4-00%40eu-central-1.amazonses.com.


Re: [Django] #35139: Performing a save() with an ImageField where width_field or height_field is set results in an extra read operation

2024-05-21 Thread Django
#35139: Performing a save() with an ImageField where width_field or 
height_field is
set results in an extra read operation
-+-
 Reporter:  john-parton  |Owner:  john-
 |  parton
 Type:  Bug  |   Status:  assigned
Component:  File |  Version:  5.0
  uploads/storage|
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Sarah Boyce):

 * has_patch:  0 => 1
 * owner:  nobody => john-parton
 * status:  new => assigned

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f9a5b3b18-39172f6e-3399-40e6-b46b-d3bad4aba9ff-00%40eu-central-1.amazonses.com.


Re: [Django] #35139: Performing a save() with an ImageField where width_field or height_field is set results in an extra read operation

2024-05-21 Thread Django
#35139: Performing a save() with an ImageField where width_field or 
height_field is
set results in an extra read operation
--+
 Reporter:  john-parton   |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  File uploads/storage  |  Version:  5.0
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  0 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Sarah Boyce):

 * resolution:  duplicate =>
 * stage:  Unreviewed => Accepted
 * status:  closed => new

Comment:

 After looking into the other ticket, I can see that one was a duplicate of
 #35139 which has been fixed. This described a separate concern.
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018f9a5b13a9-f2322475-a68c-449c-ae0f-50338da0ef19-00%40eu-central-1.amazonses.com.


Re: [Django] #35139: Performing a save() with an ImageField where width_field or height_field is set results in an extra read operation

2024-01-24 Thread Django
#35139: Performing a save() with an ImageField where width_field or 
height_field is
set results in an extra read operation
-+-
 Reporter:  john-parton  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  File |  Version:  5.0
  uploads/storage|
 Severity:  Normal   |   Resolution:  duplicate
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by john-parton):

 Wow, okay. I did a search and thought it was thorough. Didn't realize it
 was a Pre- 1.0 existing issue. I'll update it there.
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018d3d568c03-fc5238fd-745a-4422-940e-29df0fb4b7be-00%40eu-central-1.amazonses.com.


Re: [Django] #35139: Performing a save() with an ImageField where width_field or height_field is set results in an extra read operation

2024-01-24 Thread Django
#35139: Performing a save() with an ImageField where width_field or 
height_field is
set results in an extra read operation
-+-
 Reporter:  john-parton  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  File |  Version:  5.0
  uploads/storage|
 Severity:  Normal   |   Resolution:  duplicate
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * status:  new => closed
 * resolution:   => duplicate

Comment:

 Looks like a duplicate of #8307. Can you add your analysis as a comment in
 the original ticket?
-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018d3d5129b4-e4cd4b40-93c9-4bf8-9685-afaa4c4aa966-00%40eu-central-1.amazonses.com.