X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8ba1ce3bd12a74099c4287d2bafbabcc73c648b3..fbb8f42993d02108b506028dc85466a0541be359:/src/depot/models.py diff --git a/src/depot/models.py b/src/depot/models.py index 0f26a19f..41a6bdfa 100644 --- 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 - self.sitechunkpublish_set.order_by('change__chunk__number') + self.sitechunkpublish_set.order_by('change__tree__number') ] self.site_book.site.publish(self, changes=changes)