Compare commits

..

No commits in common. "2761d2a19cfec587e95bd917668bf65a9046f916" and "2cb77e89feb896069b52faa43e79176dfbdafe35" have entirely different histories.

View File

@ -75,8 +75,7 @@ class KonovaCode(models.Model):
return self
children = KonovaCode.objects.filter(
parent=self,
is_archived=False,
parent=self
).order_by(
order_by
)