#30796: Chaining select_related mutates original QuerySet.
-------------------------------------+-------------------------------------
Reporter: Darren Maki | Owner: nobody
Type: Bug | Status: new
Component: Database layer | Version: 2.2
(models, ORM) |
Severity: Normal | Resolution:
Keywords: select_related | Triage Stage: Accepted
prefetch_related mutate queryset |
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
Comment:
This seems to have been happening forever.
`sql.Query.select_related` is made a `dict` on `.add_select_related` but
never copied on `.clone`.
--
Ticket URL: <https://code.djangoproject.com/ticket/30796#comment:2>
Django <https://code.djangoproject.com/>
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/070.8ff0a0ffe0fae42fc8ca5dbd6b549c64%40djangoproject.com.