fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
8ba1ce3
)
fix
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 6 Oct 2023 13:16:20 +0000
(15:16 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 6 Oct 2023 13:16:20 +0000
(15:16 +0200)
src/depot/models.py
patch
|
blob
|
history
diff --git
a/src/depot/models.py
b/src/depot/models.py
index
0f26a19
..
41a6bdf
100644
(file)
--- a/
src/depot/models.py
+++ b/
src/depot/models.py
@@
-169,7
+169,7
@@
class SiteBookPublish(models.Model):
try:
changes = [
p.change for p in
try:
changes = [
p.change for p in
- self.sitechunkpublish_set.order_by('change__
chunk
__number')
+ self.sitechunkpublish_set.order_by('change__
tree
__number')
]
self.site_book.site.publish(self, changes=changes)
]
self.site_book.site.publish(self, changes=changes)