EighthScheduledActivity_sticky_students

Qualified name: intranet.apps.eighth.models.EighthScheduledActivity\_sticky\_students

class intranet.apps.eighth.models.EighthScheduledActivity_sticky_students(id, eighthscheduledactivity, user)

Bases: Model

Parameters:

id (AutoField) – Primary key: ID

Relationship fields:

Parameters:
  • eighthscheduledactivity (ForeignKey to EighthScheduledActivity) – Eighthscheduledactivity (related name: EighthScheduledActivity_sticky_students+)

  • user (ForeignKey to User) – User (related name: EighthScheduledActivity_sticky_students+)

Methods

Attributes

eighthscheduledactivity

Type: ForeignKey to EighthScheduledActivity

eighthscheduledactivity_id

Internal field, use eighthscheduledactivity instead.

id

Type: AutoField

objects

user

Type: ForeignKey to User

user_id

Internal field, use user instead.