I have some existing code that calls values_list on a queryset. I need to add something using extra to this queryset. If I call extra before values_list the extra stuff is gone from the query after the values_list. If I call extra after the call to values_list it seems to have to effect - the extra stuff is not in the query. Is there some way to use both values_list and extra on same queryset?
-- You received this message because you are subscribed to the Google Groups "Django users" 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]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

