I use django 1.2.7 and instead of connecting ForeignKey.Attribute we should use “__”, so this code will work:
class Meta:
ordering = ('bar_date', 'related__name', )
I use django 1.2.7 and instead of connecting ForeignKey.Attribute we should use “__”, so this code will work:
class Meta:
ordering = ('bar_date', 'related__name', )