EighthActivity_users_blacklisted

Qualified name: intranet.apps.eighth.models.EighthActivity\_users\_blacklisted

class intranet.apps.eighth.models.EighthActivity_users_blacklisted(id, eighthactivity, user)

Bases: Model

Parameters:

id (AutoField) – Primary key: ID

Relationship fields:

Parameters:
  • eighthactivity (ForeignKey to EighthActivity) – Eighthactivity (related name: EighthActivity_users_blacklisted+)

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

Methods

Attributes

eighthactivity

Type: ForeignKey to EighthActivity

eighthactivity_id

Internal field, use eighthactivity instead.

id

Type: AutoField

objects

user

Type: ForeignKey to User

user_id

Internal field, use user instead.