fd
This commit is contained in:
parent
fd8446f073
commit
93579df943
2 changed files with 5 additions and 3 deletions
|
@ -77,6 +77,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
|
|||
primaryjoin="Submission.is_approved==User.id")
|
||||
|
||||
awards = relationship("AwardRelationship", lazy="joined")
|
||||
# scoresex = deferred(Column(Float, server_default=FetchedValue()))
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue