Host_groups_visible

Qualified name: intranet.apps.files.models.Host\_groups\_visible

class intranet.apps.files.models.Host_groups_visible(id, host, group)

Bases: Model

Parameters:

id (AutoField) – Primary key: ID

Relationship fields:

Parameters:
  • host (ForeignKey to Host) – Host (related name: Host_groups_visible+)

  • group (ForeignKey to Group) – Group (related name: Host_groups_visible+)

Methods

Attributes

group

Type: ForeignKey to Group

group_id

Internal field, use group instead.

host

Type: ForeignKey to Host

host_id

Internal field, use host instead.

id

Type: AutoField

objects