File diff 9a4c92352d9a → 5688ffcd4898
www/conservancy/apps/supporters/models.py
Show inline comments
...
 
@@ -13,4 +13,4 @@ class Supporter(models.Model):
 
        return self.display_name
 

	
 
    class Meta:
 
        ordering = ('-ledger_entity_id',)
 
        ordering = ('ledger_entity_id',)