fd
This commit is contained in:
parent
3fa266f8ac
commit
fd8446f073
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ 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