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 to EighthActivity) – Eighthactivity (related name: EighthActivity_groups_allowed+)

  • group (ForeignKey to Group) – Group (related name: EighthActivity_groups_allowed+)

Methods

Attributes

eighthactivity

Type: ForeignKey to EighthActivity

eighthactivity_id

Internal field, use eighthactivity instead.

group

Type: ForeignKey to Group

group_id

Internal field, use group instead.

id

Type: AutoField

objects