EighthScheduledActivity_rooms¶
Qualified name: intranet.apps.eighth.models.EighthScheduledActivity\_rooms
- class intranet.apps.eighth.models.EighthScheduledActivity_rooms(id, eighthscheduledactivity, eighthroom)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
eighthscheduledactivity (
ForeignKey
toEighthScheduledActivity
) – Eighthscheduledactivity (related name:EighthScheduledActivity_rooms+
)eighthroom (
ForeignKey
toEighthRoom
) – Eighthroom (related name:EighthScheduledActivity_rooms+
)
Methods
Attributes
eighthroom
Type:
ForeignKey
toEighthRoom
eighthroom_id
Internal field, use
eighthroom
instead.eighthscheduledactivity
Type:
ForeignKey
toEighthScheduledActivity
eighthscheduledactivity_id
Internal field, use
eighthscheduledactivity
instead.id
Type:
AutoField
objects