-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add virtual judge feature (#8) #14
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 14fec2f)
* import_polygon_package: support epigraph * import_polygon_package: fix image caption * import_polygon_package: force backtick code blocks * import_polygon_package: check pandoc version (cherry picked from commit 23be121)
* import_polygon_package: support batch dependencies * handle dependency chain * fix total_points calculation (cherry picked from commit bf15e4b)
(cherry picked from commit f0d355d)
(cherry picked from commit 221d4e9)
(cherry picked from commit 63f0773)
(cherry picked from commit bd31777)
(cherry picked from commit 04a3b51)
(cherry picked from commit 7f17090)
(cherry picked from commit 9a1d3c3)
Replace reverse ForeignKey with filtering (at the end they both apply the same SQL query).
As per the Django docs, QuerySets are evaluated lazily. This is crucial, as the assignment of pk to None affects QuerySets that haven't been evaluated yet (not sure if these behaviors are intended). Using list() effectively forces the evaluation.
LetterC67
changed the title
Add virtual judge feature (#9)
Add virtual judge feature (#8)
Aug 18, 2023
- Rename the `name` field to `slug` - Add another field named 'name' that specifies the tag title - Display the contest list by tag
magnified103
force-pushed
the
feature/c67/virtual-judge
branch
from
August 18, 2023 19:06
0d4c0a2
to
c9701e2
Compare
magnified103
force-pushed
the
feature/c67/virtual-judge
branch
from
August 18, 2023 19:08
c9701e2
to
c8ad513
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add virtual judge feature
Type of change: new feature?
What
Add virtual judge feature.
Why
Why this PR is needed?
Fixes #8 (issue)
How Has This Been Tested?
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.By submitting this pull request, I confirm that my contribution is made under the terms of the AGPL-3.0 License.