Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
♻️ Add ordered artifacts back
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jul 31, 2024
1 parent 68d31c7 commit 202c708
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lnschema_core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2714,6 +2714,11 @@ def restore(self) -> None:
"""
pass

@property
def ordered_artifacts(self) -> QuerySet:
"""Ordered `QuerySet` of `.artifacts`."""
pass


# auto-generated through choices()
delattr(Collection, "get_visibility_display")
Expand Down

0 comments on commit 202c708

Please sign in to comment.