Re: [Django] #35392: aprefetch_related_objects cannot be imported from django.db.models

2024-04-22 Thread Django
#35392: aprefetch_related_objects cannot be imported from django.db.models
-+-
 Reporter:  James Ostrander  |Owner:  James
 |  Ostrander
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  5.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  prefetch, async, | Triage Stage:  Ready for
  orm|  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by Natalia <124304+nessita@…>):

 In [changeset:"ea81c9d343a400b537caaafb47d03676c03df246" ea81c9d]:
 {{{#!CommitTicketReference repository=""
 revision="ea81c9d343a400b537caaafb47d03676c03df246"
 [5.0.x] Fixed #35392, Refs #34331 -- Allowed importing
 aprefetch_related_objects from django.db.models.

 Thanks James Ostrander for the report and fix, and to Tim Graham and
 Mariusz Felisiak for the reviews.

 Backport of 36b7024b7fc881b319a2b67876e4f72ba680d6a8 from main
 }}}
-- 
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/0107018f076af25c-121ba272-2e6e-4a59-a2ea-d8e1c0fc51aa-00%40eu-central-1.amazonses.com.


Re: [Django] #35392: aprefetch_related_objects cannot be imported from django.db.models

2024-04-22 Thread Django
#35392: aprefetch_related_objects cannot be imported from django.db.models
-+-
 Reporter:  James Ostrander  |Owner:  James
 |  Ostrander
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  5.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:  fixed
 Keywords:  prefetch, async, | Triage Stage:  Ready for
  orm|  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by nessita <124304+nessita@…>):

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

Comment:

 In [changeset:"36b7024b7fc881b319a2b67876e4f72ba680d6a8" 36b7024]:
 {{{#!CommitTicketReference repository=""
 revision="36b7024b7fc881b319a2b67876e4f72ba680d6a8"
 Fixed #35392, Refs #34331 -- Allowed importing aprefetch_related_objects
 from django.db.models.

 Thanks James Ostrander for the report and fix, and to Tim Graham and
 Mariusz Felisiak for the reviews.
 }}}
-- 
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/0107018f076996a5-65da8f83-83aa-42bd-9f90-6260b135ec3c-00%40eu-central-1.amazonses.com.


Re: [Django] #35392: aprefetch_related_objects cannot be imported from django.db.models

2024-04-20 Thread Django
#35392: aprefetch_related_objects cannot be imported from django.db.models
-+-
 Reporter:  James Ostrander  |Owner:  James
 |  Ostrander
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  5.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  prefetch, async, | Triage Stage:  Ready for
  orm|  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * needs_docs:  1 => 0
 * 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/0107018efb81fc8f-2adb07a6-e508-4d62-8b0f-d250a18b5ddb-00%40eu-central-1.amazonses.com.


Re: [Django] #35392: aprefetch_related_objects cannot be imported from django.db.models

2024-04-19 Thread Django
#35392: aprefetch_related_objects cannot be imported from django.db.models
-+-
 Reporter:  James Ostrander  |Owner:  James
 |  Ostrander
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  5.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  prefetch, async, | Triage Stage:  Accepted
  orm|
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by James Ostrander):

 Replying to [comment:2 Mariusz Felisiak]:
 > Please add a release note to the `5.0.5.txt`.
 Done!
-- 
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/0107018ef90d0009-ace29b5b-ef95-404a-8240-368ffad106e2-00%40eu-central-1.amazonses.com.


Re: [Django] #35392: aprefetch_related_objects cannot be imported from django.db.models

2024-04-19 Thread Django
#35392: aprefetch_related_objects cannot be imported from django.db.models
-+-
 Reporter:  James Ostrander  |Owner:  James
 |  Ostrander
 Type:  Bug  |   Status:  assigned
Component:  Database layer   |  Version:  5.0
  (models, ORM)  |
 Severity:  Release blocker  |   Resolution:
 Keywords:  prefetch, async, | Triage Stage:  Accepted
  orm|
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * needs_docs:  0 => 1
 * owner:  nobody => James Ostrander
 * severity:  Normal => Release blocker
 * stage:  Unreviewed => Accepted
 * status:  new => assigned
 * type:  Uncategorized => Bug

Comment:

 Good catch. It's a bug in fff14736f1cc594f79ea0e2656b8375d837b7aca. Please
 add a release note to the `5.0.5.txt`.
-- 
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/0107018ef819433f-45211c26-4935-475c-8721-9653789d9e64-00%40eu-central-1.amazonses.com.


Re: [Django] #35392: aprefetch_related_objects cannot be imported from django.db.models

2024-04-19 Thread Django
#35392: aprefetch_related_objects cannot be imported from django.db.models
-+-
 Reporter:  James Ostrander  |Owner:  nobody
 Type:  Uncategorized|   Status:  new
Component:  Database layer   |  Version:  5.0
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:  prefetch, async, | Triage Stage:
  orm|  Unreviewed
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Comment (by James Ostrander):

 https://github.com/django/django/pull/18091
-- 
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/0107018ef7a58d93-ab90c1d1-8b9a-488a-9f7d-118116673ee8-00%40eu-central-1.amazonses.com.