Is it possible to set the default sort order for a model to a field from a related model (rather than the integer key) i.e. something that yields a SQL order by clause with
In modern version of django it is:
class Meta: ordering = ['word']