Added search filed for student in weekpreference, refuel stop non null default false, migrations

This commit is contained in:
2025-11-27 11:59:11 +01:00
parent 97b14ae1d7
commit 09584e22fd
4 changed files with 25 additions and 4 deletions

View File

@@ -124,8 +124,10 @@ class HourBuildingLegFlight(HourBuildingLegBase):
class HourBuildingLegStop(HourBuildingLegBase):
refuel = models.BooleanField(
default=False
refuel = models.BooleanField (
null=False,
default=False,
verbose_name="Stop for Refuelling"
)
# Change displayed name in the inline form