Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2024-04-22 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 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
-+-
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/0107018f076af277-a3a39676-c9b2-40da-813d-8d7a8242092c-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2024-04-22 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 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
-+-
Comment (by nessita <124304+nessita@…>):

 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/0107018f07699712-e8e363d3-2419-489c-a88a-f675b157666c-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-07-31 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  closed
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 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 Mariusz Felisiak ):

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


Comment:

 In [changeset:"fff14736f1cc594f79ea0e2656b8375d837b7aca" fff1473]:
 {{{
 #!CommitTicketReference repository=""
 revision="fff14736f1cc594f79ea0e2656b8375d837b7aca"
 Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related().
 }}}

-- 
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/01070189ad89f709-f4fc7534-daf4-431d-a04f-21085a21352e-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-07-31 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 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 Mariusz Felisiak):

 * needs_better_patch:  1 => 0
 * stage:  Accepted => Ready for checkin
 * needs_docs:  1 => 0


-- 
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/01070189ad63664e-af73ebf6-3716-4799-a6bb-b68283cac2a1-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-07-31 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-

Comment (by john-parton):

 Updated my pull request

-- 
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/01070189ac904baa-4e86f510-5da5-4cb1-af2a-a4823dec06c1-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-07-31 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak):

 * needs_better_patch:  0 => 1
 * needs_docs:  0 => 1


-- 
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/01070189ab67fd29-93abdcfd-2f05-4700-9325-a1a83d413f61-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-07-27 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 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 Simon Charette):

 * needs_better_patch:  1 => 0
 * needs_tests:  1 => 0


-- 
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/010701899a22bbb1-13959921-2755-4196-8f2c-e7682319f5eb-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-07-27 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-

Comment (by john-parton):

 Open pull request here https://github.com/django/django/pull/17118

 I have one basic test and the minimal change to documentation 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/010701899a0a57a7-eb24bf6e-b756-471e-8630-ceb40715be1e-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-07-27 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  john-
 |  parton
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by john-parton):

 * owner:  Barry Johnson => john-parton


-- 
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/010701899a078dc9-1e06c4d6-6949-4529-a760-16361547c893-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-02-12 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  Barry
 |  Johnson
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  1|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Simon Charette):

 * needs_better_patch:  0 => 1
 * needs_tests:  0 => 1


Comment:

 Thanks for the patch, I left some comments about on the PR.

-- 
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/0107018648916c99-b929849f-1cc5-49d6-a398-f27c061d1449-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-02-11 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  Barry
 |  Johnson
 Type:  New feature  |   Status:  assigned
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 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 Barry Johnson):

 * owner:  nobody => Barry Johnson
 * status:  new => assigned
 * has_patch:  0 => 1


Comment:

 Added PR https://github.com/django/django/pull/16543

 (There are two commits -- the second one simply changes the order of an
 import statement.  This GitHub newbie has been unable to find the "Squash
 and Merge" button anywhere on the GitHub user interface, nor find any
 documentation that says how to reach that button.)

-- 
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/0107018641a7c088-bd03b888-a9f4-448f-858f-987b3f3806a1-00%40eu-central-1.amazonses.com.


Re: [Django] #34331: Support prefetch_related() with Queryset.aiterator()

2023-02-11 Thread Django
#34331: Support prefetch_related() with Queryset.aiterator()
-+-
 Reporter:  Barry Johnson|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Database layer   |  Version:  4.2
  (models, ORM)  |
 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 Simon Charette):

 * stage:  Unreviewed => Accepted


-- 
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/0107018641292383-bb824d65-f770-4b34-8d61-5da86691b2c2-00%40eu-central-1.amazonses.com.