Move problem clarification to contest clarification
This commit is contained in:
parent
f001ae4e0a
commit
0ee7de1b46
11 changed files with 115 additions and 79 deletions
|
@ -15,6 +15,7 @@ from judge.models.contest import (
|
|||
ContestSubmission,
|
||||
ContestTag,
|
||||
Rating,
|
||||
ContestProblemClarification,
|
||||
)
|
||||
from judge.models.interface import BlogPost, MiscConfig, NavigationBar, validate_regex
|
||||
from judge.models.message import PrivateMessage, PrivateMessageThread
|
||||
|
@ -23,7 +24,6 @@ from judge.models.problem import (
|
|||
LanguageTemplate,
|
||||
License,
|
||||
Problem,
|
||||
ProblemClarification,
|
||||
ProblemGroup,
|
||||
ProblemTranslation,
|
||||
ProblemType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue