Change sort of supporters to be lexicographical.
This commit is contained in:
parent
9a4c92352d
commit
5688ffcd48
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ class Supporter(models.Model):
|
||||||
return self.display_name
|
return self.display_name
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ('-ledger_entity_id',)
|
ordering = ('ledger_entity_id',)
|
||||||
|
|
Loading…
Reference in a new issue