#29108: TypeError: can only concatenate tuple (not "list") to tuple raised by
compiler.py
-------------------------------------+-------------------------------------
     Reporter:  Stephen Brooks       |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  new
    Component:  Uncategorized        |                  Version:  2.0
     Severity:  Normal               |               Resolution:
     Keywords:  TypeError list       |             Triage Stage:
  tuple                              |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Stephen Brooks):

 Replying to [comment:2 felixxm]:
 > Can you give more details about a `Post` and `Author` models? I couldn't
 reproduce this issue.

 They are just sample model names. The important thing is that there is a
 foreign key relationship from Post to Author so that the query can do an
 order_by on a char field in the related model.

 When trying to reproduce it, don't leave out any of: distinct, order_by(a
 char field in the related model), slice, and count.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29108#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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.dd02ece84a1fcf9c2f66fd91bc3f2df2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to