Merge branch 'master' of http://git.ithinksw.org/philo
authormelinath <stephen.r.burrows@gmail.com>
Fri, 18 Jun 2010 14:43:39 +0000 (10:43 -0400)
committermelinath <stephen.r.burrows@gmail.com>
Fri, 18 Jun 2010 14:43:39 +0000 (10:43 -0400)
models.py

index 4df28d3..6be9951 100644 (file)
--- a/models.py
+++ b/models.py
@@ -298,9 +298,6 @@ class File(Node):
                response = HttpResponse(wrapper, content_type=self.mimetype)
                response['Content-Length'] = self.file.size
                return response
-       
-       def __unicode__(self):
-               return self.file
 
 
 class Template(TreeModel):