fdfd
This commit is contained in:
parent
fd27b98928
commit
bdc29d125d
1 changed files with 2 additions and 1 deletions
|
@ -419,7 +419,8 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def ordered_flags(self):
|
def ordered_flags(self):
|
||||||
return self.flags.order_by(Flag.created_utc)
|
print(self.flags.order_by(Flag.created_utc).all())
|
||||||
|
return self.flags.order_by(Flag.created_utc).all()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue