is it possible? I am on the latest trunk, 0.96-pre...
in the admin class, I can fake ordering by a foreign key field using
the table name and list_select_related
class Admin:
list_select_related = True
ordering = ['myapp_mytable.myfield']
the same does no
is it possible?
in the admin class, I can fake ordering by a foreign key field using
the table name and list_select_related
class Admin:
list_select_related = True
ordering = ['myapp_mytable.myfield']
the same does not seem to work for class Meta, which g
2 matches
Mail list logo