fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix
[redakcja.git]
/
src
/
depot
/
models.py
diff --git
a/src/depot/models.py
b/src/depot/models.py
index
15c0d3a
..
0f26a19
100644
(file)
--- a/
src/depot/models.py
+++ b/
src/depot/models.py
@@
-172,7
+172,7
@@
class SiteBookPublish(models.Model):
self.sitechunkpublish_set.order_by('change__chunk__number')
]
- self.site.publish(self, changes=changes)
+ self.site
_book.site
.publish(self, changes=changes)
except Exception:
self.status = 110