fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reverted CM to version 0.63 with 2 patches:
[redakcja.git]
/
apps
/
explorer
/
models.py
diff --git
a/apps/explorer/models.py
b/apps/explorer/models.py
index
5181e16
..
7ab6b09
100644
(file)
--- a/
apps/explorer/models.py
+++ b/
apps/explorer/models.py
@@
-100,3
+100,6
@@
class GalleryForDocument(models.Model):
# document associated with the gallery
document = models.CharField(max_length=255)
# document associated with the gallery
document = models.CharField(max_length=255)
+
+ def __unicode__(self):
+ return u"%s:%s" % (self.subpath, self.document)
\ No newline at end of file