I have recently upgraded to the beta 1.2 release and I am having a
problem with the ordering in the admin.  One of the  tables is large,
so I don't want an order by clause in the generated sql.  There is one
join in the generated query (due to a foreign key ref), but it also
contains an order by on the primary key of the table I am editing.

The prior release (0.96) worked fine.  I cannot seem to turn ordering
off, I added

ordering = []

to the class's meta.

Prior to this, I had no ordering on the Model object specified.

am I just missing something simple?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to