> This will grab _all_ score objects, and sort them by baseball score. > If there isn't a baseball score, then 'baseball' will have a value of > None, which is still a sortable value.
Alright, so just to be safe, I really shouldn't be showing the values for all players, since that risks showing values for the other sports as well? Grabbing and sorting like this isn't an expensive task is it? Would I use the same order_by functionality if I wanted to say... compare a person's score to the highest? Like a percentile thing? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

