Of course not - you can do .order_by() to clear ordering if you really don't want a default ordering somewhere, but all your examples sound like you do :)
On Sat, Feb 28, 2009 at 3:02 PM, PauloS <[email protected]> wrote: > > On Feb 27, 5:28 pm, Collin Grady <[email protected]> wrote: >> One could also set a default ordering on a model and have a consistent >> order everywhere :) > > This way you have to pay the ORDER BY price for every query? > > > -- Collin Grady --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
