On 1/18/07, conrad22 <[EMAIL PROTECTED]> wrote:

I might be missing something in the documentation here, but is there an
obvious/easy way to call a list of objects
alphabetically?
All that 'ordering' does in a Meta class on a model is order
chronologically, no?
with thanks


No, it orders by whatever field(s) you select.  If a datetime field is
used, then chronolocially, if a charfield or textfield, then
alphabetically.

Cheers,
deryck

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to