#24268: Remove Query.having
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  master
  (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 Tim Graham <timograham@…>):

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


Comment:

 In [changeset:"afe0bb7b13bb8dc4370f32225238012c873b0ee3"]:
 {{{
 #!CommitTicketReference repository=""
 revision="afe0bb7b13bb8dc4370f32225238012c873b0ee3"
 Fixed #24268 -- removed Query.having

 Instead of splitting filter clauses to where and having parts before
 adding them to query.where or query.having, add all filter clauses to
 query.where, and when compiling the query split the where to having and
 where parts.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24268#comment:3>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.e193f5f0aa971b5ef2a5901d4d3950dd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to