#13489: Arbitrary Q filter on related model fields
------------------------------------+---------------------------------------
          Reporter:  jnothman       |         Owner:  nobody
            Status:  closed         |     Milestone:        
         Component:  Uncategorized  |       Version:  1.1   
        Resolution:  wontfix        |      Keywords:        
             Stage:  Unreviewed     |     Has_patch:  0     
        Needs_docs:  0              |   Needs_tests:  0     
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by russellm):

  * status:  new => closed
  * needs_better_patch:  => 0
  * resolution:  => wontfix
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 This is getting into the territory where you need to move into raw SQL.

 Django's ORM isn't trying to be a 100% solution. It tries to make simple
 things trivial, and hard things possible. However, if you are making a
 serious attempt at optimizing a query, you shouldn't be trying to use the
 ORM - you should be using raw SQL.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13489#comment:1>
Django <http://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-upda...@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