Apologies if this is a FAQ... I'd like to take a QuerySet and order it in memory, rather than using 'order_by'. However, I need it to stay a QuerySet, since I'll be feeding it to the .queryset attribute of a ModelChoiceField. Is there any way of accomplishing this?
-- -- Christophe Pettus [email protected] -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

