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:
poll (
ForeignKeytoPoll) – Poll (related name:Poll_groups+)group (
ForeignKeytoGroup) – Group (related name:Poll_groups+)
Methods
Attributes
groupType:
ForeignKeytoGroupgroup_idInternal field, use
groupinstead.idType:
AutoFieldobjectspollType:
ForeignKeytoPollpoll_idInternal field, use
pollinstead.