EighthWaitlist

Qualified name: intranet.apps.eighth.models.EighthWaitlist

class intranet.apps.eighth.models.EighthWaitlist(id, created_time, last_modified_time, time, user, block, scheduled_activity)[source]

Bases: AbstractBaseEighthModel

Parameters:

Relationship fields:

Parameters:

Methods

get_next_by_time

Finds next instance based on time.

get_previous_by_time

Finds previous instance based on time.

Attributes

block

Type: ForeignKey to EighthBlock

block_id

Internal field, use block instead.

id

Type: AutoField

objects

scheduled_activity

Type: ForeignKey to EighthScheduledActivity

scheduled_activity_id

Internal field, use scheduled_activity instead.

time

Type: DateTimeField

user

Type: ForeignKey to User

user_id

Internal field, use user instead.