File diff 60616f422694 → adf2229720fc
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):
 
    def __str__(self):
 
        return self.display_name
 

	
 
    class Meta(object):