EighthActivity_groups_allowed¶
Qualified name: intranet.apps.eighth.models.EighthActivity\_groups\_allowed
- class intranet.apps.eighth.models.EighthActivity_groups_allowed(id, eighthactivity, group)¶
Bases:
Model
- Parameters:
id (AutoField) – Primary key: ID
Relationship fields:
- Parameters:
eighthactivity (
ForeignKey
toEighthActivity
) – Eighthactivity (related name:EighthActivity_groups_allowed+
)group (
ForeignKey
toGroup
) – Group (related name:EighthActivity_groups_allowed+
)
Methods
Attributes
eighthactivity
Type:
ForeignKey
toEighthActivity
eighthactivity_id
Internal field, use
eighthactivity
instead.group
Type:
ForeignKey
toGroup
group_id
Internal field, use
group
instead.id
Type:
AutoField
objects