leaguemanager.models.baseline.participation.managing¶
Module Contents¶
Classes¶
The participation of a Manager in a given Fixture. |
Data¶
API¶
- class leaguemanager.models.baseline.participation.managing.Managing¶
Bases:
leaguemanager.models.base.ParticipationBaseThe participation of a Manager in a given Fixture.
Each Manager that is participating in an Fixture has a Managing object that represents their involvement in that specific Fixture. It can also be used to track attributes specific to the Fixture.
Attributes: id (UUID): Inherited from UUIDAuditBase fixture_id (UUID): ForeignKey to Fixture. label (str): Description of Managing object (i.e., “Ref Jacobs, Week 2, Amateur Mudwrestling”, etc…) notes (str): Can be used to describe game specific notes. created_at (datetime): Inherited from UUIDAuditBase updated_at (datetime): Inherited from UUIDAuditBase
- fixture_id: uuid.UUID | None¶
‘field(…)’
- label: str | None¶
‘field(…)’
- notes: str | None¶
‘field(…)’
- leaguemanager.models.baseline.participation.managing.managing¶
‘Table(…)’