#32946: Prefer non-kwargs construction of dynamically generated Q objects
-------------------------------------+-------------------------------------
Reporter: Keryn Knight | Owner: Keryn
Type: | Knight
Cleanup/optimization | Status: assigned
Component: Database layer | Version: dev
(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
-------------------------------------+-------------------------------------
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"9662193aea2ee982bc8e553c62499aca5e606755" 9662193]:
{{{
#!CommitTicketReference repository=""
revision="9662193aea2ee982bc8e553c62499aca5e606755"
Refs #32946 -- Changed internal usage of dynamic Q() objects construction
to use non-kwargs initialization.
This prefers non-kwargs construction of dynamically generated Q()
objects to create a single Q() object instead of many and then
combining them, where possible.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32946#comment:5>
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/067.20383c5eebfc389c7912ca5311ba7fc0%40djangoproject.com.