#16063: Problem with searching in m2m fields in inherited model
-------------------------------------+-------------------------------------
               Reporter:  esizikov   |          Owner:  nobody
                   Type:             |         Status:  new
  Cleanup/optimization               |      Component:  contrib.admin
              Milestone:             |       Severity:  Normal
                Version:  1.2        |       Keywords:
             Resolution:             |      Has patch:  1
           Triage Stage:  Accepted   |    Needs tests:  1
    Needs documentation:  0          |  Easy pickings:  0
Patch needs improvement:  0          |
-------------------------------------+-------------------------------------

Comment (by esizikov):

 I have checked with Django 1.3 and can now confirm that the problem is
 still there. Django's ORM in 1.3 still generates SELECT with JOIN's for
 each {{{ qs = qs.filter(...) }}} call, which is going to be made per term
 in a search query.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16063#comment:4>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to