Poll_groups

Qualified name: intranet.apps.polls.models.Poll\_groups

class intranet.apps.polls.models.Poll_groups(id, poll, group)

Bases: Model

Parameters:

id (AutoField) – Primary key: ID

Relationship fields:

Parameters:

Methods

Attributes

group

Type: ForeignKey to Group

group_id

Internal field, use group instead.

id

Type: AutoField

objects

poll

Type: ForeignKey to Poll

poll_id

Internal field, use poll instead.