X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8ba1ce3bd12a74099c4287d2bafbabcc73c648b3..2890d9e9df234b3e13fb0581337bc2d678ffdcb0:/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)