Changeset - 5688ffcd4898
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-01-04 17:10:09
bkuhn@ebb.org
Change sort of supporters to be lexicographical.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/apps/supporters/models.py
Show inline comments
...
 
@@ -10,7 +10,7 @@ class Supporter(models.Model):
 
    def test(self):
 
        return "TESTING"
 
    def __unicode__(self):
 
        return self.display_name
 

	
 
    class Meta:
 
        ordering = ('-ledger_entity_id',)
 
        ordering = ('ledger_entity_id',)
0 comments (0 inline, 0 general)