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 return self
children = KonovaCode.objects.filter( children = KonovaCode.objects.filter(
parent=self, parent=self
is_archived=False,
).order_by( ).order_by(
order_by order_by
) )