The docs say that, "regardless of how many fields are in ordering, the admin
site uses only the first field."  To overcome this, I overrode the default
manager to return a queryset ordered by the fields I want.  It works fine in
code (interactively), but not in the admin view.  Should it?  Is there a
workaround besides implementing the admin interface for this class myself?

Peace,
David S.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to