Fixed File unicode method and added pagination to the BlogNode's index template....
[philo.git] / models.py
index 39f166c..92f713f 100644 (file)
--- a/models.py
+++ b/models.py
@@ -292,8 +292,8 @@ class File(Node):
                response['Content-Length'] = self.file.size
                return response
        
-       def __unicode__(self):
-               return self.file
+#      def __unicode__(self):
+#              return self.file
 
 
 class Template(TreeModel):