git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Revert Redirect unicode.
[philo.git]
/
models.py
diff --git
a/models.py
b/models.py
index
0063c86
..
265df32
100644
(file)
--- a/
models.py
+++ b/
models.py
@@
-295,9
+295,6
@@
class File(Node):
response = HttpResponse(wrapper, content_type=self.mimetype)
response['Content-Length'] = self.file.size
return response
response = HttpResponse(wrapper, content_type=self.mimetype)
response['Content-Length'] = self.file.size
return response
-
- def __unicode__(self):
- return self.file
class Template(TreeModel):
class Template(TreeModel):