Private
Public Access
1
0
This commit is contained in:
2024-12-22 16:22:14 +01:00
parent bd06c2f75b
commit e460007231

View File

@@ -2927,7 +2927,7 @@ class PlannedSession(models.Model):
tags = TaggableManager(blank=True)
from_plan = models.ForeignKey(TrainingPlan, on_delete=models.SET_NULL, null=True, blank=True)
# from_plan = models.ForeignKey(TrainingPlan, on_delete=models.SET_NULL, null=True, blank=True)
def __str__(self):