EighthActivity_rooms¶
Qualified name: intranet.apps.eighth.models.EighthActivity\_rooms
- class intranet.apps.eighth.models.EighthActivity_rooms(id, eighthactivity, eighthroom)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
eighthactivity (
ForeignKey
toEighthActivity
) – Eighthactivity (related name:EighthActivity_rooms+
)eighthroom (
ForeignKey
toEighthRoom
) – Eighthroom (related name:EighthActivity_rooms+
)
Methods
Attributes
eighthactivity
Type:
ForeignKey
toEighthActivity
eighthactivity_id
Internal field, use
eighthactivity
instead.eighthroom
Type:
ForeignKey
toEighthRoom
eighthroom_id
Internal field, use
eighthroom
instead.id
Type:
AutoField
objects