git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed File unicode method and added pagination to the BlogNode's index template....
[philo.git]
/
models.py
diff --git
a/models.py
b/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):