Skip to content

Fix removing round removes problems #521

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kamilszymczak1
Copy link
Contributor

Fixes this issue.

@kamilszymczak1 kamilszymczak1 self-assigned this May 29, 2025
@kamilszymczak1 kamilszymczak1 marked this pull request as ready for review May 29, 2025 08:58
@@ -444,7 +444,7 @@ class ProblemInstance(models.Model):
on_delete=models.CASCADE,
)
round = models.ForeignKey(
Round, verbose_name=_("round"), null=True, blank=True, on_delete=models.CASCADE
Round, verbose_name=_("round"), null=True, blank=True, on_delete=models.SET_NULL
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add missing migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleting rounds deletes problems
2 participants