On Tue, 2006-10-03 at 19:38 +0000, David S. wrote:
> 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?

Difficult to answer a question like this without details. What did you
do when you "overrode the default manager"? Replaced the "objects"
attribute in your model?

I'm not sure I'm going to be able to answer the question in any case,
but some details would increase your chances.

Cheers,
Malcolm



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

Reply via email to