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

Closed
wants to merge 0 commits into 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

@kamilszymczak1 kamilszymczak1 force-pushed the fix-removing-round-removes-problems branch from 32460ac to 25404a0 Compare June 30, 2025 21:43
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