From: Joseph Spiros Date: Fri, 18 Jun 2010 08:54:26 +0000 (-0400) Subject: Revert "Added File unicode." X-Git-Tag: philo-0.9~77 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/48e24c78145414580099209ae49f6b41d10ec7c9 Revert "Added File unicode." This reverts commit 49c97b01f25be1831eedf7c615849bcb08142ea5. --- diff --git a/models.py b/models.py index 39f166c..1c71889 100644 --- a/models.py +++ b/models.py @@ -291,9 +291,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):